Skip to content

Commit

Permalink
Merge PR cosmos#7006: auth: Update AccountRetriever
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbez authored Aug 13, 2020
1 parent 479e6f4 commit caa43fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simd/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ var (
WithTxConfig(encodingConfig.TxConfig).
WithLegacyAmino(encodingConfig.Amino).
WithInput(os.Stdin).
WithAccountRetriever(types.NewAccountRetriever(encodingConfig.Amino)).
WithAccountRetriever(types.AccountRetriever{}).
WithBroadcastMode(flags.BroadcastBlock).
WithHomeDir(simapp.DefaultNodeHome)
)
Expand Down

0 comments on commit caa43fc

Please sign in to comment.