From bde6def8b4a56be8ce13fdffcaa0cdcd8fddc74d Mon Sep 17 00:00:00 2001 From: void-57 Date: Wed, 13 Aug 2025 23:40:07 +0530 Subject: [PATCH] Add input control for transaction hash search in initializeInputControls function --- scripts/wallet.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/wallet.js b/scripts/wallet.js index 2d83c19..52de769 100644 --- a/scripts/wallet.js +++ b/scripts/wallet.js @@ -314,6 +314,7 @@ function initializeInputControls() { "amount", // Send page - amount "recoverKey", // Retrieve page "checkAddress", // Balance check + "checkTransactionHash", // Transaction hash search "generateKey", // Generate page ];