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;
};
module.exports.constructNewGrinBlob = function(blockTemplate, nonceBuff) {
module.exports.constructNewDeroBlob = function(blockTemplate, nonceBuff) {
nonceBuff.copy(blockTemplate, 39, 0, 4);
return blockTemplate;
};