Skip to content

Commit

Permalink
feat: ABCI 1.0 baseapp integration (cosmos#13453)
Browse files Browse the repository at this point in the history
  • Loading branch information
kocubinski authored Nov 9, 2022
1 parent 1c70e5b commit 8c343fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app_legacy.go
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ func NewSimApp(
bApp.SetCommitMultiStoreTracer(traceStore)
bApp.SetVersion(version.Version)
bApp.SetInterfaceRegistry(interfaceRegistry)
bApp.SetTxEncoder(txConfig.TxEncoder())

keys := sdk.NewKVStoreKeys(
authtypes.StoreKey, banktypes.StoreKey, stakingtypes.StoreKey, crisistypes.StoreKey,
Expand Down

0 comments on commit 8c343fb

Please sign in to comment.