This commit is contained in:
jl777
2018-09-12 01:57:51 -11:00
parent 156daf1475
commit 02df0dce6f
2 changed files with 1 additions and 2 deletions

View File

@@ -508,7 +508,7 @@ int32_t main(int32_t argc,char **argv)
while ( 1 )
{
retstr = 0;
if ( acheight < (get_KMDheight(acname) - 10) && (clijson= get_komodocli(&retstr,acname,"oraclesinfo",oraclestr,"","")) != 0 )
if ( prevheight < (get_KMDheight("") - 10) && (clijson= get_komodocli(&retstr,acname,"oraclesinfo",oraclestr,"","")) != 0 )
{
if ( (regjson= jarray(&n,clijson,"registered")) != 0 )
{

View File

@@ -17,7 +17,6 @@
/*
prevent duplicate bindtxid and cointxid via mempool scan
baton from mempool for oracle
string oracles
*/