mirror of
https://github.com/monero-project/monero.git
synced 2026-07-28 14:47:15 -07:00
multisig: add post-kex verification round to check that all participants have completed the multisig address
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user