aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.h
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2023-08-17 10:24:16 -0500
committerluigi1111 <luigi1111w@gmail.com>2023-08-17 10:24:16 -0500
commit9d5c5b563416b68a74031cc4647d260035b48c23 (patch)
treed89a653277540c7a145744a4cd4393682f4536f5 /src/wallet/wallet2.h
parentMerge pull request #8891 (diff)
parentwallet-rpc: restore from multisig seed (diff)
downloadmonero-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.h2
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();