Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
GINMEL authored Aug 16, 2024
1 parent 0f39b4e commit f3fe362
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/validate-gentxs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ if [ "$(ls -A $GENTXS_DIR)" ]; then

GENACC=$(cat $GENTX_FILE | sed -n 's|.*"delegator_address":"\([^"]*\)".*|\1|p')
denomquery=$(jq -r '.body.messages[0].value.denom' $GENTX_FILE)
amountquery=$(jq -r '.body.messages[0].value.amount' $GENTX_FILE)

# only allow $DENOM tokens to be bonded
if [ $denomquery != $DENOM ]; then
Expand Down

0 comments on commit f3fe362

Please sign in to comment.