Skip to content

Commit d831b71

Browse files
committed
Experiment: Always delete the root
1 parent dba4452 commit d831b71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/xrpld/ledger/detail/ApplyView.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ ApplyView::dirRemove(
193193
uint256 const& key,
194194
bool keepRoot)
195195
{
196+
keepRoot = false;
196197
auto node = peek(keylet::page(directory, page));
197198

198199
if (!node)

0 commit comments

Comments
 (0)