From 31a5ed936cbf19c4c38c1b11b0122f86b008b5ea Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Wed, 15 Feb 2023 21:59:13 +0530 Subject: [PATCH] Fixed accepting BTC address issue --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 5fccc65..5eafe61 100644 --- a/index.html +++ b/index.html @@ -915,7 +915,7 @@ notify('Browser is not fully compatible, some features may not work. for best experience please use Chrome, Edge, Firefox or Safari', 'error') } document.body.classList.remove('hide') - document.querySelectorAll('sm-input[data-flo-id]').forEach(input => input.customValidation = floCrypto.validateAddr) + document.querySelectorAll('sm-input[data-flo-id]').forEach(input => input.customValidation = floCrypto.validateFloID) document.querySelectorAll('sm-input[data-private-key]').forEach(input => input.customValidation = floCrypto.getPubKeyHex) document.addEventListener('keyup', (e) => { if (e.key === 'Escape') {