Skip to content

Commit

Permalink
up blacklist
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr.Anonymous committed Mar 3, 2015
1 parent bd7b87f commit f9cc697
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 941 deletions.
2 changes: 1 addition & 1 deletion src/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ static const unsigned int TIME_START_GRAND_REWARD = 1380287991;
static const unsigned int TIME_START_REWARD = 1380360817;
static const unsigned int TIME_START_MAX_MINT = 1381224817;

static const unsigned int TIME_DEADLINE = 1424219252; // # 104453
static const unsigned int TIME_DEADLINE = 1425220941; // # 105154

inline bool MoneyRange(int64 nValue) { return (nValue >= 0 && nValue <= MAX_MONEY); }
// Threshold for nLockTime: below this value it is interpreted as block number, otherwise as UNIX timestamp.
Expand Down
Loading

0 comments on commit f9cc697

Please sign in to comment.