From 105c557414e9e3e3387869f3f2dc1c4e41bb04cb Mon Sep 17 00:00:00 2001 From: KeefeL <90749943+KeefeL@users.noreply.github.com> Date: Thu, 27 Jul 2023 12:01:15 +0800 Subject: [PATCH] add bls proof in proposal description (#257) Co-authored-by: Keefe Liu --- x/staking/client/cli/tx.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x/staking/client/cli/tx.go b/x/staking/client/cli/tx.go index d8cacbf4e0..c2942edb23 100644 --- a/x/staking/client/cli/tx.go +++ b/x/staking/client/cli/tx.go @@ -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": "",