This commit is contained in:
jl777
2019-01-20 23:47:14 -11:00
parent b1f30fb7de
commit 6b3ce154c0

View File

@@ -2275,7 +2275,7 @@ int32_t komodo_staked(CMutableTransaction &txNew,uint32_t nBits,uint32_t *blockt
else
{
siglen = MarmaraSignature(utxosig,txNew);
if ( signlen > 0 )
if ( siglen > 0 )
signSuccess = true;
else signSuccess = false;
}