Test
This commit is contained in:
@@ -466,8 +466,14 @@ int32_t komodo_gateway_deposits(CMutableTransaction *txNew,char *base,int32_t to
|
|||||||
if ( tokomodo == 0 )
|
if ( tokomodo == 0 )
|
||||||
{
|
{
|
||||||
opcode = 'I';
|
opcode = 'I';
|
||||||
if ( komodo_isrealtime(&ht) == 0 )
|
for (i=0; i<10; i++)
|
||||||
return(0);
|
{
|
||||||
|
if ( komodo_isrealtime(&ht) != 0 )
|
||||||
|
break;
|
||||||
|
sleep(1);
|
||||||
|
}
|
||||||
|
printf("%s not realtime ht.%d\n",ASSETCHAINS_SYMBOL,ht);
|
||||||
|
return(0);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user