-
Notifications
You must be signed in to change notification settings - Fork 38
Support BIP-39 passphrase #403
Comments
Happy to take this on. Can you point out to where this takes place? I tried looking at keygenerator but just want to be sure. |
There's a few places where we call Here's one place |
Sorry for the delay, had some work come up. How can I test this? Any unit tests in place I could use? |
mutiny-node/mutiny-core/src/keymanager.rs Line 257 in 3e8a0d1
this test should break if you have a bip39 passphrase set |
I thought I had a PR raised for this, but I must've forgot! Fixing this now! |
Currently we just hard coded an empty string as the passphrase, we could allow the user to set this.
This will need to be correctly set when creating the keys manager, bdk, wallet, and auth manager.
A good follow on would be to unify some logic so we aren't having this duplicate code in multiple places.
The text was updated successfully, but these errors were encountered: