From 654b87cef4f54cdd07d43ae9ccda7997b184cc87 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 8 Jul 2019 01:11:02 -1100 Subject: [PATCH] 2 --- src/komodo_nSPV_wallet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo_nSPV_wallet.h b/src/komodo_nSPV_wallet.h index 4dbcd8f7b..232ffec8a 100644 --- a/src/komodo_nSPV_wallet.h +++ b/src/komodo_nSPV_wallet.h @@ -163,7 +163,7 @@ std::string NSPV_signtx(UniValue &retcodes,CMutableTransaction &mtx,uint64_t txf { utxovout = mtx.vin[i].prevout.n; if ( i > 0 ) - sleep(1); + sleep(2); 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