[fold] update LEDGER_HISTORY for test

This commit is contained in:
Denis Angell
2024-11-13 21:38:05 +01:00
parent 559d32f04d
commit de1d5a3a2d

View File

@@ -310,6 +310,7 @@ public:
using namespace std::chrono_literals;
Env env{*this, envconfig([](std::unique_ptr<Config> cfg) {
cfg->NODE_SIZE = 0;
cfg->LEDGER_HISTORY = 256 + 10;
return cfg;
})};
Account const gw{"gateway"};