From 3064ea35789e6b969627e6d49488584a9a5e7459 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 8 Jul 2019 07:10:03 -1100 Subject: [PATCH] -print --- src/komodo_nSPV_superlite.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/komodo_nSPV_superlite.h b/src/komodo_nSPV_superlite.h index 43112ed70..2b7f5b688 100644 --- a/src/komodo_nSPV_superlite.h +++ b/src/komodo_nSPV_superlite.h @@ -610,7 +610,6 @@ int32_t NSPV_gettransaction(int32_t skipvalidation,int32_t vout,uint256 txid,int { proof.resize(NSPV_txproofresult.txprooflen); memcpy(&proof[0],NSPV_txproofresult.txproof,NSPV_txproofresult.txprooflen); - fprintf(stderr,"copy txproof[%d]\n",txprooflen); } NSPV_notarizations(height); // gets the prev and next notarizations if ( NSPV_inforesult.notarization.height >= height && (NSPV_ntzsresult.prevntz.height == 0 || NSPV_ntzsresult.prevntz.height >= NSPV_ntzsresult.nextntz.height) )