diff --git a/scripts/wallet.js b/scripts/wallet.js index 52de769..eaa7521 100644 --- a/scripts/wallet.js +++ b/scripts/wallet.js @@ -2005,6 +2005,7 @@ async function checkTransactionDetails() { // Update URL for sharing const currentUrl = new URL(window.location); + currentUrl.searchParams.delete("address"); currentUrl.searchParams.set("tx", txHash); window.history.pushState({}, "", currentUrl);