chore(simapp): be consistent with runtime (#22203)
This commit is contained in:
parent
b57ce4d19b
commit
27f1f7885d
@ -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)
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user