GR support

This commit is contained in:
MoneroOcean
2021-11-29 23:53:10 +00:00
parent be85a60436
commit 57d2f65800
3 changed files with 313 additions and 3 deletions

View File

@@ -205,4 +205,8 @@ module.exports.ErgBlockTemplate = function(rpcData) {
module.exports.RtmBlockTemplate = function(rpcData, poolAddress) {
return rtm.RtmBlockTemplate(rpcData, poolAddress);
};
};
module.exports.RtmPreHashingBlob = function(bt, nonce1) {
return rtm.RtmPreHashingBlob(bt, nonce1);
};