Skip to content

Commit

Permalink
fix: missing tx encoder
Browse files Browse the repository at this point in the history
  • Loading branch information
javiersuweijie committed Mar 22, 2024
1 parent 0743a04 commit 41c2ca6
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 41c2ca6

Please sign in to comment.