add prepend bytes comment to pubkey hex string

This commit is contained in:
rigelrozanski 2018-04-19 21:09:48 -04:00
parent bce7bf6e79
commit 0ea1bc7918
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ var (
)
func init() {
fsPk.String(FlagPubKey, "", "PubKey of the validator-candidate")
fsPk.String(FlagPubKey, "", "Go-Amino encoded hex PubKey of the validator-candidate. For Ed25519 the go-amino prepend hex is 1624de6220")
fsAmount.String(FlagAmount, "1fermion", "Amount of coins to bond")
fsShares.String(FlagShares, "", "Amount of shares to unbond, either in decimal or keyword MAX (ex. 1.23456789, 99, MAX)")
fsDescription.String(FlagMoniker, "", "validator-candidate name")