This commit is contained in:
jl777
2017-03-17 04:12:24 +02:00
parent 37d2dcfaaa
commit 76b9b8b808

View File

@@ -427,11 +427,8 @@ int32_t komodo_voutupdate(int32_t *isratificationp,int32_t notaryid,uint8_t *scr
}
else if ( i == 0 && j == 1 && opretlen == 149 )
{
if ( signedmask != 0 ) //notaryid >= 0 && notaryid < 64 )
{
printf("pricefeed.%llx\n",(long long)signedmask);
if ( notaryid >= 0 && notaryid < 64 )
komodo_paxpricefeed(height,&scriptbuf[len],opretlen);
} else printf("ht.%d null signedmask for pricefeed?\n",height);
}
else
{