From dbb5f995b8f11a733703d0cda44d8e7815262897 Mon Sep 17 00:00:00 2001 From: smeb y <48400087+a3165458@users.noreply.github.com> Date: Sat, 29 Jun 2024 00:11:14 +0800 Subject: [PATCH] Update new-titan.sh --- new-titan.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/new-titan.sh b/new-titan.sh index b80bd0d..dc534c8 100644 --- a/new-titan.sh +++ b/new-titan.sh @@ -195,8 +195,9 @@ titand tx staking create-validator \ --commission-max-change-rate=0.01 \ --commission-max-rate=1.0 \ --commission-rate=0.07 \ +--min-self-delegation=1 \ --fees 500uttnt \ ---from="$wallet_name" \ +--from="$wallet_name" }