diff --git a/scripts/floCloudAPI.js b/scripts/floCloudAPI.js index 057fb38..bf42b7a 100644 --- a/scripts/floCloudAPI.js +++ b/scripts/floCloudAPI.js @@ -420,7 +420,7 @@ })); } else if ((address.length == 42 && address.startsWith("0x")) || (address.length == 40 && !address.startsWith("0x"))){ //Ethereum Address if (address.startsWith("0x")) { address = address.substring(2);} - bytes = Crypto.util.hexToBytes(address), { asBytes: true }; + bytes = Crypto.util.hexToBytes(address); } if (!bytes)