You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since Core now got rid of CTxWitness in bitcoin/bitcoin#8589, it might make sense to at least provide a 'compatible' accessor to be able refer to tx.wit.vtxwinwit[i].scriptWitness via tx.vin[i].scriptWitness.
But we need to retain CTxWitness and old way of tx.wit.... to not break any existing code