From 9dc3850f6b43aa739a54b2ce731c045826ed98a4 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Fri, 23 Sep 2022 10:10:59 -0400 Subject: [PATCH] config: Add missing storage section when generating config (#9483) (#9487) (cherry picked from commit b7f1e1f218ffea7a164608037bc8e0bc8f57b37c) Co-authored-by: Thane Thomson --- config/toml.go | 1 + 1 file changed, 1 insertion(+) diff --git a/config/toml.go b/config/toml.go index a284e4358..5d2b722c4 100644 --- a/config/toml.go +++ b/config/toml.go @@ -485,6 +485,7 @@ peer_query_maj23_sleep_duration = "{{ .Consensus.PeerQueryMaj23SleepDuration }}" ####################################################### ### Storage Configuration Options ### ####################################################### +[storage] # Set to true to discard ABCI responses from the state store, which can save a # considerable amount of disk space. Set to false to ensure ABCI responses are