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
test(wallet): update to use new SignerWrapper util
- updates the existing tests that uses the `Wallet::sign` API, to gethe
signer implementation from test utilities, either:
`get_wallet_signer_single` or `get_wallet_signer`.
- there are a few tests which needs further refactoring, as they rely on
the use of `Wallet::finalize_psbt`.
- FIXME: there is one test that's being ignored:
`test_sign_single_xprv_no_hd_keypaths` which is currently failing to finalized the PSBT.
0 commit comments