Draft implementation of Ravencoin utils
This commit is contained in:
2
index.js
2
index.js
@@ -139,7 +139,7 @@ module.exports.RavenBlockTemplate = function(rpcData, poolAddress) {
|
|||||||
seed_hash: last_seed_hash.toString('hex'),
|
seed_hash: last_seed_hash.toString('hex'),
|
||||||
difficulty: difficulty,
|
difficulty: difficulty,
|
||||||
height: rpcData.height,
|
height: rpcData.height,
|
||||||
rpc: rpcData,
|
bits: rpcData.bits,
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user