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
fix(psbt): do not use BIP174 tobuffer method in clone
We want to use the toBuffer methods that we implement in child classes of
PSBT, not just the bip174 serialization. For the PSBT class, this will
automatically default to bip174 serialization.
0 commit comments