Changes the encryption password of the wallet.
Usage
mc_change_wallet_passphrase(conn, old_passphrase, new_passphrase)
Arguments
- conn
A connection object to the MultiChain node.
- old_passphrase
Character. The current password.
- new_passphrase
Character. The new password.
Value
Invisibly returns the RPC result (typically NULL) on success.
See also
Other wallet:
mc_backup_wallet(),
mc_combine_unspent(),
mc_dump_privkey(),
mc_dump_wallet(),
mc_encrypt_wallet(),
mc_get_wallet_info(),
mc_import_privkey(),
mc_import_wallet(),
mc_list_lock_unspent(),
mc_list_unspent(),
mc_lock_unspent(),
mc_lock_wallet(),
mc_unlock_wallet()