Skip to content

Commit

Permalink
chore(simapp): be consistent with runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Oct 9, 2024
1 parent b57ce4d commit ab75f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simapp/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ func NewSimApp(
legacyAmino := codec.NewLegacyAmino()
txConfig := tx.NewTxConfig(appCodec, tx.DefaultSignModes)

if err := txConfig.SigningContext().Validate(); err != nil {
if err := interfaceRegistry.SigningContext().Validate(); err != nil {
panic(err)
}

Expand Down

0 comments on commit ab75f3c

Please sign in to comment.