From 79a080292d5d5fb27b42f7d94ff6e95eb64e778a Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 8 Jul 2019 00:58:12 -1100 Subject: [PATCH] Add sleep --- src/komodo_nSPV_wallet.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/komodo_nSPV_wallet.h b/src/komodo_nSPV_wallet.h index 557ac3846..4dbcd8f7b 100644 --- a/src/komodo_nSPV_wallet.h +++ b/src/komodo_nSPV_wallet.h @@ -162,6 +162,8 @@ std::string NSPV_signtx(UniValue &retcodes,CMutableTransaction &mtx,uint64_t txf for (i=0; i 0 ) + 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