From 17f57a626b8e72be6d164b165822bc103f975678 Mon Sep 17 00:00:00 2001 From: void-57 Date: Sat, 24 May 2025 22:04:37 +0530 Subject: [PATCH] feat : added transaction history ,transaction details and currency selector --- index.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/index.html b/index.html index f706c8f..6e6da4b 100644 --- a/index.html +++ b/index.html @@ -2853,7 +2853,6 @@ function togglePrivateKeyVisibility(input) { - console.log(input) const target = input.closest("sm-input"); // const checkBalanceButton = document.querySelector("#check_balance_button"); console.log(target) @@ -2977,7 +2976,6 @@ }); } function handleSenderInput(e) { - console.log(e.target.isValid) getRef("check_balance_button").disabled = false; if (!e.target.isValid) { // getRef("sender_balance_container").classList.add("hidden");