From c4f95560b99914da381ccc12caad52d6525fc45b Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 8 Jul 2019 22:31:14 -1100 Subject: [PATCH] +prints --- src/komodo_nSPV.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/komodo_nSPV.h b/src/komodo_nSPV.h index 0f8c555d3..df697dc92 100644 --- a/src/komodo_nSPV.h +++ b/src/komodo_nSPV.h @@ -441,6 +441,9 @@ int32_t NSPV_newnotariescount(CTransaction tx,uint8_t elected[64][33]) pubkeys[j] = buf2pk(elected[j]); scriptPubKeys[j] = (CScript() << ParseHex(HexStr(pubkeys[j])) << OP_CHECKSIG); } + fprintf(stderr,"txid %s\n",tx.GetHash().GetHex().c_str()); + for (vini=0; vini