Skip to content

Commit

Permalink
Duplicate share exploit patch
Browse files Browse the repository at this point in the history
Duplicate share exploit patch for:
zone117x/node-open-mining-portal#430
  • Loading branch information
patrickkivits committed May 25, 2015
1 parent ce71425 commit 0dc4bbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/stratum.js
Expand Up @@ -163,8 +163,8 @@ var StratumClient = function(options){
name : message.params[0],
jobId : message.params[1],
extraNonce2 : message.params[2],
nTime : message.params[3],
nonce : message.params[4]
nTime : message.params[3].toLowerCase(),
nonce : message.params[4].toLowerCase()
},
function(error, result){
if (!considerBan(result)){
Expand Down

0 comments on commit 0dc4bbc

Please sign in to comment.