diff options
author | luigi1111 <luigi1111w@gmail.com> | 2023-08-17 10:24:16 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2023-08-17 10:24:16 -0500 |
commit | 9d5c5b563416b68a74031cc4647d260035b48c23 (patch) | |
tree | d89a653277540c7a145744a4cd4393682f4536f5 /src/wallet/wallet2.h | |
parent | Merge pull request #8891 (diff) | |
parent | wallet-rpc: restore from multisig seed (diff) | |
download | monero-9d5c5b563416b68a74031cc4647d260035b48c23.tar.xz |
Merge pull request #8942
78348bc wallet-rpc: restore from multisig seed (jeffro256)
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 f07e1c41a..baeffe096 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(); |