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 is a tracking issue to remove signing capabilities from Wallet and provide a new way to sign and finalize PSBTs using rust-bitcoinPsbt::sign and implementing the GetKey trait for relevant types. Please comment below or mention this issue in related issues and PRs.
Use case
Safer and more flexible approaches to signing PSBTs can be done outside of the Wallet type.
Describe the enhancement
This is a tracking issue to remove signing capabilities from
Wallet
and provide a new way to sign and finalize PSBTs usingrust-bitcoin
Psbt::sign
and implementing theGetKey
trait for relevant types. Please comment below or mention this issue in related issues and PRs.Use case
Safer and more flexible approaches to signing PSBTs can be done outside of the
Wallet
type.Additional context
GetKey
forKeyMap
rust-bitcoin/rust-miniscript#765SignerError
variants ? #1484The text was updated successfully, but these errors were encountered: