From 1a2a6f0f316ae19aaccdd371dff2e45c4946a6fd Mon Sep 17 00:00:00 2001 From: emidev98 Date: Mon, 18 Sep 2023 21:06:53 +0800 Subject: [PATCH] fix: alliance delegation test --- scripts/tests/alliance/delegate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tests/alliance/delegate.sh b/scripts/tests/alliance/delegate.sh index 9fb266d3..751157b9 100755 --- a/scripts/tests/alliance/delegate.sh +++ b/scripts/tests/alliance/delegate.sh @@ -36,7 +36,7 @@ GOV_ADDRESS=$($BINARY query auth module-account gov --output json | jq .account. echo '{ "messages": [ { - "@type": "/alliance.MsgCreateAlliance", + "@type": "/alliance.alliance.MsgCreateAlliance", "authority" : "'"$GOV_ADDRESS"'", "denom": "'"$IBC_DENOM"'", "reward_weight": "0.3",