Skip to content

Commit

Permalink
Remote WithTxConfig
Browse files Browse the repository at this point in the history
Signed-off-by: Dongri Jin <[email protected]>
  • Loading branch information
dongrie committed Feb 7, 2024
1 parent e9bf745 commit 312c1e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/chains/tendermint/simapp/simd/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func NewRootCmd() *cobra.Command {
// WithCodec(encodingConfig.Marshaler).
WithCodec(appCodec).
WithInterfaceRegistry(interfaceRegistry).
WithTxConfig(txConfig).
// WithTxConfig(txConfig).
WithLegacyAmino(amino).
WithInput(os.Stdin).
WithAccountRetriever(types.AccountRetriever{}).
Expand Down

0 comments on commit 312c1e7

Please sign in to comment.