Skip to content

Commit

Permalink
Merge PR #4234: Allow tx send (generate-only) to actually work offline
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbez authored Apr 30, 2019
1 parent 5ca93ac commit 5653c76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .pending/bugfixes/sdk/4234-https-github-co
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[#4234](https://github.com/cosmos/cosmos-sdk/pull/4234) Allow `tx send --generate-only` to
actually work offline.
4 changes: 0 additions & 4 deletions x/bank/client/cli/sendtx.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ func SendTxCmd(cdc *codec.Codec) *cobra.Command {
WithCodec(cdc).
WithAccountDecoder(cdc)

if err := cliCtx.EnsureAccountExists(); err != nil {
return err
}

to, err := sdk.AccAddressFromBech32(args[1])
if err != nil {
return err
Expand Down

0 comments on commit 5653c76

Please sign in to comment.