Skip to content

Commit

Permalink
fix(app): fix missing tx encoder (#1521)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtsitrin authored Nov 20, 2024
1 parent f9d95b0 commit 792bec7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ func New(
bApp.SetCommitMultiStoreTracer(traceStore)
bApp.SetVersion(version.Version)
bApp.SetInterfaceRegistry(interfaceRegistry)
bApp.SetTxEncoder(encodingConfig.TxConfig.TxEncoder())

app := &App{
BaseApp: bApp,
Expand Down

0 comments on commit 792bec7

Please sign in to comment.