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
from bitcoinlib.wallets import Wallet
from bitcoinlib.keys import HDKey
wif ='vprv9QaUG9asejK249oLzs7...'
hdkey = HDKey().from_wif(wif=wif, network="testnet")
w = wallet_create_or_open('tempWallet', hdkey)
bitcoinlib/wallets.py", line 1053, in _create
raise WalletError("Depth of provided public master key %d does not correspond with key path "
bitcoinlib.wallets.WalletError: Depth of provided public master key 5 does not correspond with key path ['m', "purpose'", "coin_type'", "account'", 'change', 'address_index']. Did you provide correct witness_type and multisig attribute?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Beta Was this translation helpful? Give feedback.
All reactions