Skip to content

Commit

Permalink
Update the --ledger --hd-path hint for clarity
Browse files Browse the repository at this point in the history
- replace the second line of the hint with `Please set a blank path with --hd-path="" to use Cosmos HD path instead.`
  • Loading branch information
CryptoFewka authored Jan 10, 2024
1 parent 3283191 commit 511776d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/zetacored/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func processError(err error) {
if strings.Contains(err.Error(), "cannot set custom bip32 path with ledger") {
printNotice([]string{
"note: --ledger flag can't be used with Ethereum HD path (used by default)",
"use --hd-path=\"\" in the command to use Cosmos HD path",
"Please set a blank path with --hd-path="" to use Cosmos HD path instead.",

Check failure on line 37 in cmd/zetacored/main.go

View workflow job for this annotation

GitHub Actions / smoke-test

syntax error: unexpected literal " to use Cosmos HD path instead." in composite literal; possibly missing comma or }
})
os.Exit(1)
}
Expand Down

0 comments on commit 511776d

Please sign in to comment.