Bitcoin based utils

This commit is contained in:
MoneroOcean
2020-10-30 20:05:09 +00:00
parent a47a2b28cb
commit b0b5d48233
2 changed files with 8 additions and 2 deletions

View File

@@ -1 +1,5 @@
module.exports = require('bindings')('cryptoforknote.node')
module.exports = function () {
let obj = require('bindings')('cryptoforknote.node')
return obj;
};