Fixed DERO function name
This commit is contained in:
2
index.js
2
index.js
@@ -164,7 +164,7 @@ module.exports.constructNewRavenBlob = function(blockTemplate, nonceBuff, mixhas
|
||||
return blockTemplate;
|
||||
};
|
||||
|
||||
module.exports.constructNewGrinBlob = function(blockTemplate, nonceBuff) {
|
||||
module.exports.constructNewDeroBlob = function(blockTemplate, nonceBuff) {
|
||||
nonceBuff.copy(blockTemplate, 39, 0, 4);
|
||||
return blockTemplate;
|
||||
};
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cryptoforknote-util",
|
||||
"version": "9.0.0",
|
||||
"version": "9.0.1",
|
||||
"main": "cryptoforknote-util",
|
||||
"author": {
|
||||
"name": "LucasJones",
|
||||
|
||||
Reference in New Issue
Block a user