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
psbt: add unit test which covers round-tripping of pegins and various witnesses
This test case was written by Claude and (fairly heavily) edited by me to add
the PSBT round-tripping and to tighten up some checks. Originally we thought
the bug was related to witness encoding, so the test covers various permutations
of null witnesses. Actually this was a red herring and the bug was just about
the pegin flag in the input index being preserved across PSBTs. But I left most
of the witness-deleting test in place anyway because it seems potentially useful.
0 commit comments