X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fmain.cpp;h=e1bdac6650cd7b8a56f5503bdd0f73041e28db11;hb=3b7edc03821c79a0a8cd6b81346961193d48e938;hp=0dca0ae46f1a87cca4279a0e50bb42c4ee27383c;hpb=1270fc6790ace96be1254a66beaa046c39fa2064;p=novacoin.git diff --git a/src/main.cpp b/src/main.cpp index 0dca0ae..e1bdac6 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2588,7 +2588,7 @@ bool static ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv) Checkpoints::CSyncCheckpoint checkpoint; vRecv >> checkpoint; - if (checkpoint.ProcessSyncCheckpoint()) + if (checkpoint.ProcessSyncCheckpoint(pfrom)) { // Relay pfrom->hashCheckpointKnown = checkpoint.hashCheckpoint;