mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Fix tag check in SHAMap.
This commit is contained in:
@@ -33,7 +33,7 @@ LedgerStateParms Ledger::writeBack(LedgerStateParms parms, SerializedLedgerEntry
|
||||
return lepCREATED;
|
||||
}
|
||||
|
||||
if(!mAccountStateMap->updateGiveItem(item, false))
|
||||
if (!mAccountStateMap->updateGiveItem(item, false))
|
||||
{
|
||||
assert(false);
|
||||
return lepERROR;
|
||||
|
||||
Reference in New Issue
Block a user