Remove comment

This commit is contained in:
dapplion 2020-12-03 00:05:14 +00:00
parent 2f0db3f39f
commit d4d97795ca
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@ export function hexToBytes(hex: string): Uint8Array {
* From https://github.com/herumi/bls-eth-wasm/blob/04eedb77aa96e66b4f65a0ab477228adf8090c36/src/bls.js#L50
*/
export function bytesToHex(bytes: Uint8Array): string {
// return "0x" + Buffer.from(bytes).toString("hex");
let s = "";
const n = bytes.length;