GR support
This commit is contained in:
6
index.js
6
index.js
@@ -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);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user