mirror of
https://github.com/monero-project/monero.git
synced 2025-08-08 11:12:22 -04:00
Merge pull request #7430
064eeb2
wallet_rpc_server: set seed language in generate_from_keys (moneromooo-monero)
This commit is contained in:
commit
e1d987aa66
4 changed files with 25 additions and 17 deletions
|
@ -2214,6 +2214,7 @@ namespace wallet_rpc
|
|||
std::string viewkey;
|
||||
std::string password;
|
||||
bool autosave_current;
|
||||
std::string language;
|
||||
|
||||
BEGIN_KV_SERIALIZE_MAP()
|
||||
KV_SERIALIZE_OPT(restore_height, (uint64_t)0)
|
||||
|
@ -2223,6 +2224,7 @@ namespace wallet_rpc
|
|||
KV_SERIALIZE(viewkey)
|
||||
KV_SERIALIZE(password)
|
||||
KV_SERIALIZE_OPT(autosave_current, true)
|
||||
KV_SERIALIZE(language)
|
||||
END_KV_SERIALIZE_MAP()
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue