Isn't this check a high risk for the case the blockchain stalled for more than 24hrs? https://github.com/project-ecc/eccoin/blob/e021ed53103bf70fc1039104a06786690c971ce9/src/chain/chainman.cpp#L108-L109 What is the purpose of this check? Is it a security feature to avoid a special type of chain attacks?
Isn't this check a high risk for the case the blockchain stalled for more than 24hrs?
eccoin/src/chain/chainman.cpp
Lines 108 to 109 in e021ed5
What is the purpose of this check? Is it a security feature to avoid a special type of chain attacks?