gen_multisig: generates multisig wallets if participants trust each other
This commit is contained in:
@@ -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 (...) {}
|
||||
|
||||
Reference in New Issue
Block a user