mirror of
https://github.com/monero-project/monero.git
synced 2025-08-08 11:12:22 -04:00
replace 'multisig()' with 'get_multisig_status()' using multisig_account_status and including '.kex_is_done' member
This commit is contained in:
parent
c5d10a4ac4
commit
8d94d08816
11 changed files with 197 additions and 154 deletions
|
@ -2402,12 +2402,14 @@ namespace wallet_rpc
|
|||
struct response_t
|
||||
{
|
||||
bool multisig;
|
||||
bool kex_is_done;
|
||||
bool ready;
|
||||
uint32_t threshold;
|
||||
uint32_t total;
|
||||
|
||||
BEGIN_KV_SERIALIZE_MAP()
|
||||
KV_SERIALIZE(multisig)
|
||||
KV_SERIALIZE(kex_is_done)
|
||||
KV_SERIALIZE(ready)
|
||||
KV_SERIALIZE(threshold)
|
||||
KV_SERIALIZE(total)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue