Skip to content

Commit

Permalink
Merge pull request #326 from jl777/dev
Browse files Browse the repository at this point in the history
Shrink grandfather window
  • Loading branch information
jl777 authored Mar 22, 2017
2 parents b689e24 + b694af5 commit f5be2a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ int32_t komodo_grandfathered(uint32_t locktime)
return(-1);
}

#define KOMODO_GRANDFATHER_TIME (1490114274 + 3600*24)
#define KOMODO_GRANDFATHER_TIME (1490155211 + 3600) //(1490114274 + 3600*24)

bool IsFinalTx(const CTransaction &tx, int nBlockHeight, int64_t nBlockTime,int flags)
{
Expand Down

0 comments on commit f5be2a5

Please sign in to comment.