mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-06 18:26:51 +00:00
Add insert/update/erase to WritableSLE
This commit is contained in:
@@ -273,7 +273,7 @@ class Invariants_test : public beast::unit_test::suite
|
||||
BEAST_EXPECT(wrappedA1->at(sfOwnerCount) == 0);
|
||||
wrappedA1.adjustOwnerCount(1, ac.journal);
|
||||
|
||||
ac.view().erase(wrappedA1.mutableSle());
|
||||
wrappedA1.erase();
|
||||
|
||||
return true;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user