Update Artela.sh

This commit is contained in:
smeb y 2024-05-21 14:59:13 +08:00 committed by GitHub
parent 34a5f97035
commit 8f717c4dc7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -193,9 +193,6 @@ function add_validator() {
artelad tx staking create-validator --node $Artela_RPC_PORT \
--amount 1000000uart \
--from $wallet_name \
--commission-rate 0.1 \
--commission-max-rate 0.2 \
--commission-max-change-rate 0.01 \
--min-self-delegation 1 \
--pubkey $(artelad tendermint show-validator) \
--moniker "$validator_name" \