This commit is contained in:
jl777
2019-07-07 20:01:08 -11:00
parent 10ac1c2454
commit 473609a1e4

View File

@@ -241,7 +241,7 @@ std::string NSPV_signtx(UniValue &retcodes,CMutableTransaction &mtx,uint64_t txf
utxovout = mtx.vin[i].prevout.n;
validation = NSPV_gettransaction(utxovout,mtx.vin[i].prevout.hash,used[i].height,vintx);
retcodes.push_back(validation);
if ( validaton != -1 ) // most others are degraded security
if ( validation != -1 ) // most others are degraded security
{
if ( vintx.vout[utxovout].nValue != used[i].satoshis )
{