Skip to content

Commit

Permalink
config: Add missing storage section when generating config (backport t…
Browse files Browse the repository at this point in the history
…endermint#9483) (tendermint#9488)

* config: Add missing storage section when generating config (tendermint#9483)

(cherry picked from commit b7f1e1f)

* Add pending changelog entry

Signed-off-by: Thane Thomson <[email protected]>

Signed-off-by: Thane Thomson <[email protected]>
Co-authored-by: Thane Thomson <[email protected]>
  • Loading branch information
mergify[bot] and thanethomson authored Sep 23, 2022
1 parent 7e05d43 commit dc6d73a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@

### BUG FIXES

- [config] \#9483 Calling `tendermint init` would incorrectly leave out the new
`[storage]` section delimiter in the generated configuration file - this has
now been fixed

1 change: 1 addition & 0 deletions config/toml.go
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,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
Expand Down

0 comments on commit dc6d73a

Please sign in to comment.