mirror of
https://github.com/monero-project/monero.git
synced 2025-01-12 19:39:26 -05:00
Merge pull request #4360
7a76354c
wallet2: import_multisig forward refresh exception (naughtyfox)
This commit is contained in:
commit
08f0c60ffc
@ -10830,7 +10830,12 @@ size_t wallet2::import_multisig(std::vector<cryptonote::blobdata> blobs)
|
|||||||
|
|
||||||
refresh(false);
|
refresh(false);
|
||||||
}
|
}
|
||||||
catch (...) {}
|
catch (...)
|
||||||
|
{
|
||||||
|
m_multisig_rescan_info = NULL;
|
||||||
|
m_multisig_rescan_k = NULL;
|
||||||
|
throw;
|
||||||
|
}
|
||||||
m_multisig_rescan_info = NULL;
|
m_multisig_rescan_info = NULL;
|
||||||
m_multisig_rescan_k = NULL;
|
m_multisig_rescan_k = NULL;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user