Skip to content

Commit

Permalink
fix: alliance delegation test
Browse files Browse the repository at this point in the history
  • Loading branch information
emidev98 committed Sep 18, 2023
1 parent dbd599b commit 1a2a6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tests/alliance/delegate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1a2a6f0

Please sign in to comment.