Regexes are 64 chars for this. Not 1.
This commit is contained in:
parent
e8604bd320
commit
ca2756c716
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue