mirror of
https://github.com/monero-project/monero.git
synced 2025-08-08 11:22:27 -04:00
wallet: improve lookahead logic & make rpc persistent
This commit is contained in:
parent
6f36037116
commit
6e26e4477e
5 changed files with 147 additions and 31 deletions
|
@ -186,9 +186,11 @@ namespace wallet_rpc
|
|||
{
|
||||
struct request_t
|
||||
{
|
||||
std::string password;
|
||||
uint32_t major_idx;
|
||||
uint32_t minor_idx;
|
||||
BEGIN_KV_SERIALIZE_MAP()
|
||||
KV_SERIALIZE(password)
|
||||
KV_SERIALIZE(major_idx)
|
||||
KV_SERIALIZE(minor_idx)
|
||||
END_KV_SERIALIZE_MAP()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue