mirror of
https://github.com/monero-project/monero.git
synced 2025-10-15 04:00:58 -04:00
gen_multisig: generates multisig wallets if participants trust each other
This commit is contained in:
parent
95a21a793d
commit
fff871a455
9 changed files with 283 additions and 10 deletions
|
@ -8108,7 +8108,6 @@ size_t wallet2::import_multisig(std::vector<std::vector<tools::wallet2::multisig
|
|||
break;
|
||||
}
|
||||
|
||||
MFATAL("import_multisig: updating from import");
|
||||
for (size_t n = 0; n < n_outputs && n < m_transfers.size(); ++n)
|
||||
{
|
||||
update_multisig_rescan_info(k, info, n);
|
||||
|
@ -8118,7 +8117,6 @@ size_t wallet2::import_multisig(std::vector<std::vector<tools::wallet2::multisig
|
|||
m_multisig_rescan_info = &info;
|
||||
try
|
||||
{
|
||||
MFATAL("import_multisig: refreshing");
|
||||
refresh();
|
||||
}
|
||||
catch (...) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue