diff --git a/src/test/rpc/LedgerRequestRPC_test.cpp b/src/test/rpc/LedgerRequestRPC_test.cpp index d19e9f811..2fab76481 100644 --- a/src/test/rpc/LedgerRequestRPC_test.cpp +++ b/src/test/rpc/LedgerRequestRPC_test.cpp @@ -310,6 +310,7 @@ public: using namespace std::chrono_literals; Env env{*this, envconfig([](std::unique_ptr cfg) { cfg->NODE_SIZE = 0; + cfg->LEDGER_HISTORY = 256 + 10; return cfg; })}; Account const gw{"gateway"};