mirror of
https://github.com/XRPLF/clio.git
synced 2026-04-29 15:37:53 +00:00
add ancestry check
This commit is contained in:
@@ -581,7 +581,7 @@ PostgresBackend::finishWrites() const
|
||||
accountTxBuffer_.str("");
|
||||
accountTxBuffer_.clear();
|
||||
numRowsInObjectsBuffer_ = 0;
|
||||
return true;
|
||||
return !abortWrite_;
|
||||
}
|
||||
bool
|
||||
PostgresBackend::doOnlineDelete(uint32_t minLedgerToKeep) const
|
||||
|
||||
Reference in New Issue
Block a user