Skip to content

Commit

Permalink
add bls proof in proposal description (#257)
Browse files Browse the repository at this point in the history
Co-authored-by: Keefe Liu <keefe.l@users.noreply.github.com>
  • Loading branch information
KeefeL and Keefe Liu committed Jul 27, 2023
1 parent 05d01e9 commit 105c557
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x/staking/client/cli/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ Where create_validator_proposal.json contains:
"from": "0x7b5Fe22B5446f7C62Ea27B8BD71CeF94e03f3dF2",
"relayer_address": "${RELAYER_ADDR}",
"challenger_address": "${CHALLENGER_ADDR}",
"bls_key": "${VALIDATOR_BLS}"
"bls_key": "${VALIDATOR_BLS}",
"bls_proof": "${VALIDATOR_BLS_PROOF}"
}
],
"metadata": "",
Expand Down

0 comments on commit 105c557

Please sign in to comment.