Skip to content

Commit

Permalink
Merge pull request #291 from terra-money/fix/v2.10/missing-tx-encoder
Browse files Browse the repository at this point in the history
fix(v2.10) missing tx encoder
  • Loading branch information
Greg Junge authored Mar 22, 2024
2 parents 0743a04 + 41c2ca6 commit fc9d68e
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 @@ -194,6 +194,7 @@ func NewTerraApp(
bApp.SetCommitMultiStoreTracer(traceStore)
bApp.SetVersion(version.Version)
bApp.SetInterfaceRegistry(interfaceRegistry)
bApp.SetTxEncoder(encodingConfig.TxConfig.TxEncoder())
app := &TerraApp{
BaseApp: bApp,
cdc: cdc,
Expand Down

0 comments on commit fc9d68e

Please sign in to comment.