diff --git a/src/komodo_nSPV.h b/src/komodo_nSPV.h index df697dc92..15f3ca911 100644 --- a/src/komodo_nSPV.h +++ b/src/komodo_nSPV.h @@ -440,6 +440,7 @@ 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,"%d %s\n",j,HexStr(pubkeys[j])); } fprintf(stderr,"txid %s\n",tx.GetHash().GetHex().c_str()); for (vini=0; vini