mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 19:15:54 +00:00
Experiment: Always delete the root
This commit is contained in:
@@ -191,6 +191,7 @@ ApplyView::dirRemove(
|
|||||||
uint256 const& key,
|
uint256 const& key,
|
||||||
bool keepRoot)
|
bool keepRoot)
|
||||||
{
|
{
|
||||||
|
keepRoot = false;
|
||||||
auto node = peek(keylet::page(directory, page));
|
auto node = peek(keylet::page(directory, page));
|
||||||
|
|
||||||
if (!node)
|
if (!node)
|
||||||
|
|||||||
Reference in New Issue
Block a user