forked from lthn/blockchain
minor fixes
This commit is contained in:
parent
f9adc129fc
commit
c0c0ae4bef
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue