Update new-titan.sh

This commit is contained in:
smeb y 2024-06-29 00:11:14 +08:00 committed by GitHub
parent c808f5178c
commit dbb5f995b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -195,8 +195,9 @@ titand tx staking create-validator \
--commission-max-change-rate=0.01 \ --commission-max-change-rate=0.01 \
--commission-max-rate=1.0 \ --commission-max-rate=1.0 \
--commission-rate=0.07 \ --commission-rate=0.07 \
--min-self-delegation=1 \
--fees 500uttnt \ --fees 500uttnt \
--from="$wallet_name" \ --from="$wallet_name"
} }