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
More specifically, I'm trying to create an unsigned TX object and then use that to create the corresponding PSBT (to sign). I have all the information needed to create the PSBT, but I'm hung up on how to get that into the PSBT without path/fingerprints:
I want to set the named_pubs (as well as redeem_script) on psbt_obj.psbt_ins[0], but I'm not sure how to do that. I can't create a NamedPublicKey object without a root_fingerpint:
I'm confused how to use
NamedPublicKey
because they require path/fingerprint info that isn't always available. Is that a mistake?NamedHDPublicKey
objects do require that info, which makes sense. They also have test coverage.The text was updated successfully, but these errors were encountered: