Merge pull request #877 from jl777/FSM

10 block setback
This commit is contained in:
jl777
2018-09-12 01:58:57 -11:00
committed by GitHub
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
*/