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

Don't pass rekey to sub_wallet_profile #3312

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jamshale
Copy link
Contributor

This should be all that is needed to allow multitenancy single wallet mode to work with the rekey feature. In single wallet mode the multitenant_sub_wallet is always created without a key. I guess this is ok because the subwallets should have a key.

When the rekey feature was applied it would send the new key to try and use to open the multitenant_sub_wallet, resulting in a failure to open the wallet.

There is other work to be done here. Right now in single wallet mode it is possible to make subwallets without a key and there is no rekey feature for subwallets. See #3307

Copy link

sonarcloud bot commented Oct 24, 2024

@jamshale jamshale marked this pull request as ready for review October 25, 2024 07:41
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

Successfully merging this pull request may close these issues.

1 participant