diff --git a/src/komodo_nSPV_wallet.h b/src/komodo_nSPV_wallet.h index 65c5ce068..c7ce08054 100644 --- a/src/komodo_nSPV_wallet.h +++ b/src/komodo_nSPV_wallet.h @@ -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 ) {