Add input control for transaction hash search in initializeInputControls function

This commit is contained in:
void-57 2025-08-13 23:40:07 +05:30
parent 4ede245060
commit bde6def8b4

View File

@ -314,6 +314,7 @@ function initializeInputControls() {
"amount", // Send page - amount
"recoverKey", // Retrieve page
"checkAddress", // Balance check
"checkTransactionHash", // Transaction hash search
"generateKey", // Generate page
];