From c7ac9922f83870b96f72d09bd56bb9f7a77c00c7 Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Sat, 24 Feb 2024 03:19:17 +0530 Subject: [PATCH] Adding eth private key as option when sending assets --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 1d1baff..0145e3b 100644 --- a/index.html +++ b/index.html @@ -442,7 +442,7 @@ if (!value) return { isValid: false, errorText: 'Please enter a private key' } return { isValid: floCrypto.getPubKeyHex(value), - errorText: `Invalid private key.
It usually starts with "L" or "R".` + errorText: `Invalid private key.` } } }, @@ -452,7 +452,7 @@ if (!value) return { isValid: false, errorText: 'Please enter a private key or eth address' } return { isValid: floCrypto.getPubKeyHex(value) || ethOperator.isValidAddress(value), - errorText: `Invalid private key or eth address.
It usually starts with "L" or "R" or "0x"` + errorText: `Invalid private key or eth address"` } } } @@ -786,7 +786,7 @@ Check balance - +