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;
|
return blockTemplate;
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports.constructNewGrinBlob = function(blockTemplate, nonceBuff) {
|
module.exports.constructNewDeroBlob = function(blockTemplate, nonceBuff) {
|
||||||
nonceBuff.copy(blockTemplate, 39, 0, 4);
|
nonceBuff.copy(blockTemplate, 39, 0, 4);
|
||||||
return blockTemplate;
|
return blockTemplate;
|
||||||
};
|
};
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "cryptoforknote-util",
|
"name": "cryptoforknote-util",
|
||||||
"version": "9.0.0",
|
"version": "9.0.1",
|
||||||
"main": "cryptoforknote-util",
|
"main": "cryptoforknote-util",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "LucasJones",
|
"name": "LucasJones",
|
||||||
|
|||||||
Reference in New Issue
Block a user