mirror of
https://github.com/monero-project/monero.git
synced 2025-08-09 01:12:20 -04:00
multisig: add post-kex verification round to check that all participants have completed the multisig address
This commit is contained in:
parent
d562deaaa9
commit
0d6ecb1136
9 changed files with 336 additions and 194 deletions
|
@ -4132,7 +4132,8 @@ namespace tools
|
|||
try
|
||||
{
|
||||
res.multisig_info = m_wallet->exchange_multisig_keys(req.password, req.multisig_info);
|
||||
if (res.multisig_info.empty())
|
||||
m_wallet->multisig(&ready);
|
||||
if (ready)
|
||||
{
|
||||
res.address = m_wallet->get_account().get_public_address_str(m_wallet->nettype());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue