PPCoin: Asking for blocks when checkpoint block is not yet accepted
[novacoin.git] / src / checkpoints.h
index 6ef2c14..372f32b 100644 (file)
@@ -128,7 +128,7 @@ namespace Checkpoints
             return true;
         }
 
-        bool ProcessSyncCheckpoint();
+        bool ProcessSyncCheckpoint(CNode* pfrom);
     };
 
     extern uint256 hashSyncCheckpoint;