Skip to content

Commit

Permalink
fix: init script
Browse files Browse the repository at this point in the history
  • Loading branch information
Lockwarr committed Jan 9, 2025
1 parent 1356831 commit 26ce482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/internal/genesis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ __set_tax_recipient() {

local genesis_tmp_file="$genesis_file".tmp
< "$genesis_file" \
jq '.app_state["tax"]["params"]["contract_address"]="'"$recipient_addr"'"' > "$genesis_tmp_file"
jq '.app_state["tax"]["params"]["treasury_address"]="'"$recipient_addr"'"' > "$genesis_tmp_file"
mv "$genesis_tmp_file" "$genesis_file"
}

Expand Down

0 comments on commit 26ce482

Please sign in to comment.