From 24da9926bb966b72930dcf07a9f8466c10e7c355 Mon Sep 17 00:00:00 2001 From: MoneroOcean Date: Sun, 1 Nov 2020 22:22:07 +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 2d77af0..830b5b1 100644 --- a/index.js +++ b/index.js @@ -139,7 +139,7 @@ module.exports.RavenBlockTemplate = function(rpcData, poolAddress) { seed_hash: last_seed_hash.toString('hex'), difficulty: difficulty, height: rpcData.height, - rpc: rpcData, + bits: rpcData.bits, }; };