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
This essentially mirrors `PsbtInputExt::update_with_descriptor` but it
works on PSBT outputs.
To avoid code duplication, the current logic that deals with PSBT inputs
has been generalized to handle both input and outputs with a new
internal `PsbtFields` trait.
0 commit comments