Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

space-cli doesn't honor the -w option when multiple loaded wallets are available #7

Open
andrewlunde opened this issue Sep 6, 2024 · 0 comments

Comments

@andrewlunde
Copy link

In my system I have a "default" wallet and a "phaedrus" wallet both were "loaded".
Note: spaces is an alias for space-cli --chain testnet4

$ spaces exportwallet
{"descriptor":"wpkh(tprv8Z...o6zp/84'/1'/0'/0/)","spaces_descriptor":"tr(tprv8Z...o6zp/200'/86'/1'/0'/0/)","blockheight":41529,"label":"default"}

$ spaces exportwallet -w phaedrus
{"descriptor":"wpkh(tprv8Z...o6zp/84'/1'/0'/0/)","spaces_descriptor":"tr(tprv8Z...o6zp/200'/86'/1'/0'/0/)","blockheight":41529,"label":"default"}

This should have been the output below...

$ cat /data/wallets/phaedrus/wallet.json
{"descriptor":"wpkh(tprv8Z...AFzf/84'/1'/0'/0/)","spaces_descriptor":"tr(tprv8Z...AFzf/200'/86'/1'/0'/0/)","blockheight":42839,"label":"phaedrus"}

randomlogin added a commit to randomlogin/spaced that referenced this issue Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant