mirror of
https://github.com/monero-project/monero.git
synced 2025-08-08 22:22:33 -04:00
Merge pull request #8220
0d6ecb1
multisig: add post-kex verification round to check that all participants have completed the multisig address (koe)
This commit is contained in:
commit
c1625a8928
9 changed files with 336 additions and 194 deletions
|
@ -4134,7 +4134,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