From af34c5ed69b975425c01a7720dcc93735218e943 Mon Sep 17 00:00:00 2001 From: sairajzero Date: Tue, 26 Jul 2022 15:18:42 +0530 Subject: [PATCH] Update floCrypto.js --- src/floCrypto.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/floCrypto.js b/src/floCrypto.js index 064c060..e32882e 100644 --- a/src/floCrypto.js +++ b/src/floCrypto.js @@ -1,4 +1,4 @@ -(function(EXPORTS) { //floCrypto v2.3.2a +(function(EXPORTS) { //floCrypto v2.3.2b /* FLO Crypto Operators */ 'use strict'; const floCrypto = EXPORTS; @@ -209,7 +209,7 @@ } //Check if the given address (any blockchain) is valid or not - floCrypto.validateAddr = function(address, std = true, bech = false) { + floCrypto.validateAddr = function(address, std = true, bech = true) { if (address.length == 34) { //legacy or segwit encoding if (std === false) return false;