diff --git a/src/cloud.js b/src/cloud.js index db79b44..99739a6 100644 --- a/src/cloud.js +++ b/src/cloud.js @@ -127,7 +127,7 @@ function proxyID(address) { })); } 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)