Skip to content

Commit

Permalink
Update sponsor.html
Browse files Browse the repository at this point in the history
  • Loading branch information
DonnieBLT authored Mar 3, 2024
1 parent 9bcd931 commit 0e1e949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/templates/sponsor.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ <h2 class="text-[1.72rem] my-5 font-semibold ">Let’s Make a Difference Togethe
}

async function getBCHBalance() {
const walletAddress = document.getElementById("walletAddress").value;
const walletAddress = document.getElementById("walletAddress").innerHTML;
const apiUrl = `https://api.blockchair.com/bitcoin-cash/dashboards/address/${walletAddress}`;

try {
Expand Down

0 comments on commit 0e1e949

Please sign in to comment.