Debug.log / Payment Enforcement?

S

snogcel

Guest
Hey Guys,

I was watching my debug.log with tail -f for a few minutes tonight and noticed that around the same time on both of my nodes the following was displayed:

2014-09-01 06:37:28 !!! ENFORCING PAYMENTS 4085657524

I was just curious - any thoughts on what this indicates / means?
 
Hey Guys,

I was watching my debug.log with tail -f for a few minutes tonight and noticed that around the same time on both of my nodes the following was displayed:

2014-09-01 06:37:28 !!! ENFORCING PAYMENTS 4085657524

I was just curious - any thoughts on what this indicates / means?
This means that the current wallet / client will start enforcing at unix time 4085657524 - which is the 20 Jun 2099 :)

--> https://github.com/darkcoinproject/darkcoin/blob/v0.9.12.32/src/main.cpp#L4557
--> https://github.com/darkcoinproject/darkcoin/blob/v0.9.12.32/src/main.cpp#L67
 
Last edited by a moderator:
Back
Top