Files
node-cryptoforknote-util-mo/rtm.js

3 lines
82 B
JavaScript
Raw Normal View History

2021-11-28 20:22:49 +00:00
module.exports.RtmBlockTemplate = function(rpcData, poolAddress) {
2021-11-28 20:28:29 +00:00
return {};
2021-11-28 20:22:49 +00:00
};