Update utils.js

removed haven breaking changes
This commit is contained in:
XMR Miners Club
2021-01-03 21:10:35 -05:00
committed by GitHub
parent ff33d02b86
commit d111b5237c

View File

@@ -14,9 +14,6 @@ exports.dateFormat = dateFormat;
let cnUtil = require('cryptoforknote-util'); let cnUtil = require('cryptoforknote-util');
exports.cnUtil = cnUtil; exports.cnUtil = cnUtil;
let havenUtil = require('haven-nodejs-wrapper');
exports.havenUtil = havenUtil;
/** /**
* Generate random instance id * Generate random instance id
**/ **/