forked from lthn/blockchain
tx pool: fixed potential rare access violation issue
This commit is contained in:
parent
f298afde10
commit
966cb52343
1 changed files with 1 additions and 1 deletions
|
|
@ -1019,7 +1019,7 @@ namespace currency
|
|||
if (!txs_v[i].second)
|
||||
{
|
||||
LOG_ERROR("Internal tx pool db error: key " << k << " was enumerated as key but couldn't get value");
|
||||
continue;
|
||||
return false;
|
||||
}
|
||||
txs[i] = &txs_v[i];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue