wallet2: import_multisig forward refresh exception

This commit is contained in:
naughtyfox 2018-09-10 18:45:37 +03:00
parent fad88e18a9
commit 7a76354c8b
1 changed files with 6 additions and 1 deletions

View File

@ -10878,7 +10878,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;