mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-26 22:15:52 +00:00
Mark a FIXME. The OrderBookDB code doesn't handle deleted nodes, even deleted orders.
This commit is contained in:
@@ -181,6 +181,7 @@ void OrderBookDB::processTxn(const SerializedTransaction& stTxn, TER terResult,T
|
||||
{
|
||||
field=&sfNewFields;
|
||||
}
|
||||
// FIXME: What if an order is deleted?
|
||||
|
||||
if (field)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user