Skip to content

Commit

Permalink
chore: update DefaultKeyringBackend to file
Browse files Browse the repository at this point in the history
backport of e3fadee
  • Loading branch information
kakysha committed Jan 29, 2025
1 parent 21702ad commit 291cf7d
Showing 1 changed file with 1 addition and 1 deletion.
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 defines the default keyring backend to be used
DefaultKeyringBackend = keyring.BackendOS
DefaultKeyringBackend = keyring.BackendFile

// BroadcastSync defines a tx broadcasting mode where the client waits for
// a CheckTx execution response only.
Expand Down

0 comments on commit 291cf7d

Please sign in to comment.