Skip to content

Commit

Permalink
Merge pull request #294 from rootulp/rp/keyring-backend-test
Browse files Browse the repository at this point in the history
chore: set the default keyring backend to `test`
  • Loading branch information
rootulp authored Jan 19, 2023
2 parents 4591cc5 + bd0f650 commit d1b06d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
// Default constants
const (
chainID = ""
keyringBackend = "os"
keyringBackend = "test"
output = "text"
node = "tcp://localhost:26657"
broadcastMode = "sync"
Expand Down
2 changes: 1 addition & 1 deletion client/flags/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const (
GasFlagAuto = "auto"

// DefaultKeyringBackend
DefaultKeyringBackend = keyring.BackendOS
DefaultKeyringBackend = keyring.BackendTest

// BroadcastBlock defines a tx broadcasting mode where the client waits for
// the tx to be committed in a block.
Expand Down

0 comments on commit d1b06d9

Please sign in to comment.