Check block signature only if there are no suitable checkpoints.
authorMASM fan <masmfan@gmail.com>
Sun, 11 Jan 2015 18:42:08 +0000 (10:42 -0800)
committerMASM fan <masmfan@gmail.com>
Sun, 11 Jan 2015 18:42:08 +0000 (10:42 -0800)
commit5b1f0a0a62474909ea2c798bbd440d2790d042c5
treedc35028c731fbf10c174a830e799c8b4c9189353
parent807ea1c2373c70f6140d2a113d689cc037e52ebc
Check block signature only if there are no suitable checkpoints.

Compare block timestamp with timestamp of last checkpoint before running block signature checkings. We don't need block signature checking if this block is older than last hardened checkpoint.
src/checkpoints.cpp
src/checkpoints.h
src/main.cpp