Skip to content

Commit

Permalink
Revert "fix: change the default output format into """
Browse files Browse the repository at this point in the history
This reverts commit 77a0696.
  • Loading branch information
0Tech committed Mar 24, 2022
1 parent 0653368 commit 0c7dd80
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 = ""
output = "text"
node = "tcp://localhost:26657"
broadcastMode = "sync"
)
Expand Down

0 comments on commit 0c7dd80

Please sign in to comment.