mirror of
https://github.com/monero-project/monero.git
synced 2025-08-08 11:12:22 -04:00
wallet-rpc: restore from multisig seed
This commit is contained in:
parent
94e67bf96b
commit
45b52de28e
7 changed files with 217 additions and 35 deletions
|
@ -2360,6 +2360,7 @@ namespace wallet_rpc
|
|||
std::string password;
|
||||
std::string language;
|
||||
bool autosave_current;
|
||||
bool enable_multisig_experimental;
|
||||
|
||||
BEGIN_KV_SERIALIZE_MAP()
|
||||
KV_SERIALIZE_OPT(restore_height, (uint64_t)0)
|
||||
|
@ -2369,6 +2370,7 @@ namespace wallet_rpc
|
|||
KV_SERIALIZE(password)
|
||||
KV_SERIALIZE(language)
|
||||
KV_SERIALIZE_OPT(autosave_current, true)
|
||||
KV_SERIALIZE_OPT(enable_multisig_experimental, false)
|
||||
END_KV_SERIALIZE_MAP()
|
||||
};
|
||||
typedef epee::misc_utils::struct_init<request_t> request;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue