This commit is contained in:
jl777
2018-09-04 08:07:29 -11:00
parent 26ac547342
commit 756e9cf756
3 changed files with 5 additions and 3 deletions

View File

@@ -208,7 +208,8 @@ int64_t OracleCurrentDatafee(uint256 reforacletxid,char *markeraddr,CPubKey publ
{
dheight = height;
datafee = dfee;
fprintf(stderr,"set datafee %.8f height.%d\n",(double)datafee/COIN,height);
if ( dheight != 0 )
fprintf(stderr,"set datafee %.8f height.%d\n",(double)datafee/COIN,height);
}
}
}