Change the wallet's encryption passphrase.
Declared in <wallet/wallet.h>
bool
ChangeWalletPassphrase(
SecureString const& strOldWalletPassphrase,
SecureString const& strNewWalletPassphrase);
true if the passphrase was changed.
| Name | Description |
|---|---|
| strOldWalletPassphrase | The current passphrase. |
| strNewWalletPassphrase | The new passphrase to set. |