Skip to content

Commit

Permalink
Merge pull request #375 from matiu/feature/bit
Browse files Browse the repository at this point in the history
adds the BIT constant
  • Loading branch information
Ryan X. Charles committed Jun 11, 2014
2 parents ddd52c2 + d751ed8 commit 474de61
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 474de61

Please sign in to comment.