Add sleep

This commit is contained in:
jl777
2019-07-08 00:58:12 -11:00
parent e71401df7c
commit 79a080292d

View File

@@ -162,6 +162,8 @@ std::string NSPV_signtx(UniValue &retcodes,CMutableTransaction &mtx,uint64_t txf
for (i=0; i<n; i++) for (i=0; i<n; i++)
{ {
utxovout = mtx.vin[i].prevout.n; utxovout = mtx.vin[i].prevout.n;
if ( i > 0 )
sleep(1);
validation = NSPV_gettransaction(0,utxovout,mtx.vin[i].prevout.hash,used[i].height,vintx); validation = NSPV_gettransaction(0,utxovout,mtx.vin[i].prevout.hash,used[i].height,vintx);
retcodes.push_back(validation); retcodes.push_back(validation);
if ( validation != -1 ) // most others are degraded security if ( validation != -1 ) // most others are degraded security