Regexes are 64 chars for this. Not 1.

master
Alexander Blair 7 years ago
parent e8604bd320
commit ca2756c716

@ -22,7 +22,7 @@ let httpResponse = ' 200 OK\nContent-Type: text/plain\nContent-Length: 18\n\nMin
let threadName;
let minerCount = [];
let BlockTemplate = global.coinFuncs.BlockTemplate;
let hexMatch = new RegExp("^[0-9a-f]$");
let hexMatch = new RegExp("^[0-9a-f]+$");
Buffer.prototype.toByteArray = function () {
return Array.prototype.slice.call(this, 0);

Loading…
Cancel
Save