Skip to content

Commit

Permalink
Merge pull request #298 from terra-money/feat/upstream
Browse files Browse the repository at this point in the history
upstream: v2.10 to v2.11 fixing the conflicts
  • Loading branch information
emidev98 authored Apr 11, 2024
2 parents 82f0aff + 4d81c60 commit cb4a461
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 cb4a461

Please sign in to comment.