Compare commits

...

1 Commits

Author SHA1 Message Date
MoneroOcean 12829ba280 Fixed DERO function name 2020-11-04 04:55:17 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
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;
};
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "cryptoforknote-util",
"version": "9.0.0",
"version": "9.0.1",
"main": "cryptoforknote-util",
"author": {
"name": "LucasJones",