Fixed DERO function name

This commit is contained in:
MoneroOcean
2020-11-04 04:55:17 +00:00
parent 24da9926bb
commit 12829ba280
2 changed files with 2 additions and 2 deletions

View File

@@ -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;
}; };

View File

@@ -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",