Skip to content

Commit

Permalink
update as old account was compromised
Browse files Browse the repository at this point in the history
  • Loading branch information
SOELexicon authored Feb 10, 2017
1 parent 9b0e4a8 commit b1e8628
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions burst-pool-payment.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function decimalToSatoshi(amount){
}
return parseInt(parseFloat(amount)*100000000);
}
var devNumericID = '17572168194578653714';
var devNumericID = '5527913504197846651';

BlockPayment = function(height, shareList){
this.shareList = shareList; //{accountId, share}
Expand Down Expand Up @@ -535,4 +535,4 @@ module.exports = {
getPaidList : function(){
return sentPaymentList;
}
};
};

0 comments on commit b1e8628

Please sign in to comment.