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
The first screen has some functionality for importing from other wallets. It would be cool, if Electrum wallets could be imported. This should be really easy by using https://github.com/RCasatta/electrum2descriptors
With this library, converting an Electrum wallet file to a pair of descriptors is as easy as:
`
let wallet = ElectrumWalletFile::from_file(wallet).unwrap();
let descriptors = wallet.to_descriptors().unwrap();
`
The text was updated successfully, but these errors were encountered:
The first screen has some functionality for importing from other wallets. It would be cool, if Electrum wallets could be imported. This should be really easy by using https://github.com/RCasatta/electrum2descriptors
With this library, converting an Electrum wallet file to a pair of descriptors is as easy as:
`
let wallet = ElectrumWalletFile::from_file(wallet).unwrap();
let descriptors = wallet.to_descriptors().unwrap();
`
The text was updated successfully, but these errors were encountered: