Skip to content

Commit ac3325c

Browse files
committed
Fix failing test
1 parent ed7d43c commit ac3325c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

client/context/context.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,7 @@ func createCertifier() tmlite.Certifier {
119119
// NOTE: mutates state so must be pointer receiver
120120
func fromFields(from string) (types.AccAddress, string) {
121121
if from == "" {
122-
fmt.Println("must provide a from address or name")
123-
os.Exit(1)
122+
return nil, ""
124123
}
125124

126125
keybase, err := keys.GetKeyBase()

0 commit comments

Comments
 (0)