fix: Revert 16794 (backport #16895) (#16896)

Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
This commit is contained in:
mergify[bot]
2023-07-10 08:02:04 +00:00
committed by GitHub
co-authored by Facundo Medica
parent 4762a2fa7d
commit 8295e4a3e0
19 changed files with 66 additions and 206 deletions
+1 -1
View File
@@ -167,7 +167,7 @@ func Example_oneModule() {
Params: params,
},
// this allows to the begin and end blocker of the module before and after the message
integration.WithAutomaticProcessProposal(),
integration.WithAutomaticFinalizeBlock(),
// this allows to commit the state after the message
integration.WithAutomaticCommit(),
)