Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
mslipper committed Sep 19, 2018
1 parent ed7d43c commit ac3325c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/context/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,7 @@ func createCertifier() tmlite.Certifier {
// NOTE: mutates state so must be pointer receiver
func fromFields(from string) (types.AccAddress, string) {
if from == "" {
fmt.Println("must provide a from address or name")
os.Exit(1)
return nil, ""
}

keybase, err := keys.GetKeyBase()
Expand Down

0 comments on commit ac3325c

Please sign in to comment.