Skip to content

Commit

Permalink
adds the BIT constant
Browse files Browse the repository at this point in the history
  • Loading branch information
matiu committed Jun 11, 2014
1 parent ddd52c2 commit d751ed8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions util/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -493,5 +493,6 @@ exports.INT64_MAX = INT64_MAX;
// How much of Bitcoin's internal integer coin representation
// makes 1 BTC
exports.COIN = 100000000;
exports.BIT = 100;

var MAX_TARGET = exports.MAX_TARGET = new Buffer('00000000FFFF0000000000000000000000000000000000000000000000000000', 'hex');

0 comments on commit d751ed8

Please sign in to comment.