From 4fd98d4af3860eb4ed7d717f5ea6af63811ab326 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 5 Jul 2019 07:02:39 -1100 Subject: [PATCH] +print --- src/main.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main.cpp b/src/main.cpp index 6b37fe32b..b0e4092cb 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -8317,7 +8317,10 @@ bool SendMessages(CNode* pto, bool fSendTrickle) pto->vInventoryToSend = vInvWait; } if (!vInv.empty()) + { + fprintf(stderr,"send inv message\n"); pto->PushMessage("inv", vInv); + } if ( KOMODO_NSPV != 0 ) return(true); // Detect whether we're stalling