From b184f1430302620ecab0d5434e89bd71acd9e9b7 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 8 Jul 2019 01:42:15 -1100 Subject: [PATCH] Revert --- src/komodo_nSPV.h | 8 +++++++- src/komodo_nSPV_wallet.h | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/komodo_nSPV.h b/src/komodo_nSPV.h index 4fb2742a6..03c051b2e 100644 --- a/src/komodo_nSPV.h +++ b/src/komodo_nSPV.h @@ -422,7 +422,13 @@ int32_t NSPV_txextract(CTransaction &tx,uint8_t *data,int32_t datalen) int32_t NSPV_pubkeysextract(uint8_t pubkeys[64][33],CTransaction tx,uint8_t elected[64][33]) { - int32_t numsigs = 13; + uint256 hashBlock; CTransaction vintx; int32_t i,numsigs = 13; + /*LOCK(cs_main); + for (i=0; i 0 ) - sleep(2); + sleep(1); validation = NSPV_gettransaction(0,utxovout,mtx.vin[i].prevout.hash,used[i].height,vintx); retcodes.push_back(validation); if ( validation != -1 ) // most others are degraded security