diff options
author | jeffro256 <jeffro256@tutanota.com> | 2023-06-22 09:15:12 +0200 |
---|---|---|
committer | jeffro256 <jeffro256@tutanota.com> | 2023-07-28 12:17:14 -0500 |
commit | 45b52de28ecde0d31134f5cb6a1be29524ab2853 (patch) | |
tree | 20abe8ac628afa409f7e7dadce8e9499f21f67a8 /src/wallet/wallet2.h | |
parent | Merge pull request #8842 (diff) | |
download | monero-45b52de28ecde0d31134f5cb6a1be29524ab2853.tar.xz |
wallet-rpc: restore from multisig seed
Diffstat (limited to 'src/wallet/wallet2.h')
-rw-r--r-- | src/wallet/wallet2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/wallet2.h b/src/wallet/wallet2.h index 5e922494b..0ae0b39fb 100644 --- a/src/wallet/wallet2.h +++ b/src/wallet/wallet2.h @@ -1020,7 +1020,7 @@ private: bool multisig(bool *ready = NULL, uint32_t *threshold = NULL, uint32_t *total = NULL) const; bool has_multisig_partial_key_images() const; bool has_unknown_key_images() const; - bool get_multisig_seed(epee::wipeable_string& seed, const epee::wipeable_string &passphrase = std::string(), bool raw = true) const; + bool get_multisig_seed(epee::wipeable_string& seed, const epee::wipeable_string &passphrase = std::string()) const; bool key_on_device() const { return get_device_type() != hw::device::device_type::SOFTWARE; } hw::device::device_type get_device_type() const { return m_key_device_type; } bool reconnect_device(); |