diff options
author | jeffro256 <jeffro256@tutanota.com> | 2023-06-22 09:15:12 +0200 |
---|---|---|
committer | jeffro256 <jeffro256@tutanota.com> | 2023-08-10 10:13:07 -0500 |
commit | 78348bcddd18fa7a25541595576bef1df4fc4022 (patch) | |
tree | 2013fb8202a2e5eb886c4a7a93c49bc7a177de09 /src/wallet/wallet2.h | |
parent | Merge pull request #8917 (diff) | |
download | monero-78348bcddd18fa7a25541595576bef1df4fc4022.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 cb857ee43..11e4621ac 100644 --- a/src/wallet/wallet2.h +++ b/src/wallet/wallet2.h @@ -1059,7 +1059,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(); |