From 8f717c4dc7ef658ecc7fb3bcb183d16739fbbb2c Mon Sep 17 00:00:00 2001 From: smeb y <48400087+a3165458@users.noreply.github.com> Date: Tue, 21 May 2024 14:59:13 +0800 Subject: [PATCH] Update Artela.sh --- Artela.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/Artela.sh b/Artela.sh index b73edbb..936e23b 100644 --- a/Artela.sh +++ b/Artela.sh @@ -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" \