mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
wallet2: import_multisig forward refresh exception
This commit is contained in:
parent
fad88e18a9
commit
7a76354c8b
@ -10878,7 +10878,12 @@ size_t wallet2::import_multisig(std::vector<cryptonote::blobdata> blobs)
|
||||
|
||||
refresh(false);
|
||||
}
|
||||
catch (...) {}
|
||||
catch (...)
|
||||
{
|
||||
m_multisig_rescan_info = NULL;
|
||||
m_multisig_rescan_k = NULL;
|
||||
throw;
|
||||
}
|
||||
m_multisig_rescan_info = NULL;
|
||||
m_multisig_rescan_k = NULL;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user