Newstake active at 4000

This commit is contained in:
jl777
2018-07-07 02:47:46 -11:00
parent 4aef05c93f
commit b7865ea8f3
2 changed files with 3 additions and 1 deletions

View File

@@ -4621,6 +4621,8 @@ int32_t komodo_staked(CMutableTransaction &txNew,uint32_t nBits,uint32_t *blockt
fprintf(stderr,"komodo_staked setAddress.count error\n");
continue;
}
if ( IsMine(*pwalletMain, address) == 0 )
continue;
}
CAmount nValue = out.tx->vout[out.i].nValue;
const CScript& pk = out.tx->vout[out.i].scriptPubKey;