Compare commits

...

1 Commits

Author SHA1 Message Date
MoneroOcean 1d0ada1c82 Fixed KCN blob contruction in all cases 2024-06-01 20:31:28 +03:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -276,7 +276,7 @@ module.exports.constructNewRtmBlob = function(blockTemplate, nonceBuff) {
};
module.exports.constructNewKcnBlob = function(blockTemplate, nonceBuff) {
update_merkle_root_hash(80, false, blockTemplate, blockTemplate);
update_merkle_root_hash3(80, false, blockTemplate, blockTemplate);
nonceBuff.copy(blockTemplate, 76, 0, 4);
return blockTemplate;
};
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "cryptoforknote-util",
"version": "15.3.13",
"version": "15.3.14",
"author": {
"name": "LucasJones",
"email": "lucasjonesdev@hotmail.co.uk"