1
0
Fork 0
forked from lthn/blockchain

minor fixes

This commit is contained in:
sowle 2020-02-22 11:37:01 +03:00
parent f9adc129fc
commit c0c0ae4bef
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -113,6 +113,7 @@ namespace plain_wallet
if (it == ginstances.end())
{
LOG_ERROR("Internall error: attempt to delete wallet with wrong instance id: " << h);
return;
}
instance_ptr = it->second;
ginstances.erase(it);