This commit is contained in:
jl777
2018-05-19 16:41:38 +03:00
parent a34f39e9b2
commit 1b15c32d18

View File

@@ -695,7 +695,7 @@ int32_t komodo_voutupdate(int32_t *isratificationp,int32_t notaryid,uint8_t *scr
sp->NOTARIZED_HEIGHT = *notarizedheightp;
sp->NOTARIZED_HASH = srchash;
sp->NOTARIZED_DESTTXID = desttxid;
if ( bits256_nonz(MoM) != 0 && MoMdepth > 0 )
if ( MoM != zero && MoMdepth > 0 )
{
sp->MoM = MoM;
sp->MoMdepth = MoMdepth;