Skip to content

Commit

Permalink
fix: change the default output format into ""
Browse files Browse the repository at this point in the history
  • Loading branch information
0Tech committed Mar 24, 2022
1 parent 7075790 commit 77a0696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
const (
chainID = ""
keyringBackend = "os"
output = "text"
output = ""
node = "tcp://localhost:26657"
broadcastMode = "sync"
)
Expand Down

0 comments on commit 77a0696

Please sign in to comment.