Add Suggestion to Paste in Deposit Data into Prylabs/Participate (#5872)

* added instructions for account
This commit is contained in:
Raul Jordan 2020-05-15 15:24:25 -05:00 committed by GitHub
parent 5515c20ffd
commit 272f794868

View File

@ -112,6 +112,7 @@ func NewValidatorAccount(directory string, password string) error {
===================================================================
`, tx.Data())
fmt.Println("***Enter the above Raw Transaction Data into step 3 on https://prylabs.net/participate***")
publicKey := validatorKey.PublicKey.Marshal()[:]
log.Infof("Deposit data displayed for public key: %#x", publicKey)
return nil