From 9e7b4fdd70959934753991093958d2113759bb89 Mon Sep 17 00:00:00 2001 From: MoneroOcean Date: Sat, 31 Oct 2020 05:43:33 +0000 Subject: [PATCH] Draft implementation of Ravencoin utils --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index c151b60..e99eaab 100644 --- a/index.js +++ b/index.js @@ -4,7 +4,7 @@ const SHA3 = require('sha3'); const bignum = require('bignum'); const bitcoin = require('bitcoinjs-lib'); const varuint = require('varuint-bitcoin'); -const crypto = require('crypt'); +const crypto = require('crypto'); const fastMerkleRoot = require('merkle-lib/fastRoot'); const promise = require('promise'); const merklebitcoin = promise.denodeify(require('merkle-bitcoin'));