|
@ -351,6 +351,7 @@ void mainloop(struct supernet_info *myinfo) |
|
|
printf("mainloop\n"); |
|
|
printf("mainloop\n"); |
|
|
while ( 1 ) |
|
|
while ( 1 ) |
|
|
{ |
|
|
{ |
|
|
|
|
|
iguana_jsonQ(); // cant do this here safely, need to send to coin specific queue
|
|
|
if ( myinfo->expiration != 0 && time(NULL) > myinfo->expiration ) |
|
|
if ( myinfo->expiration != 0 && time(NULL) > myinfo->expiration ) |
|
|
iguana_walletlock(myinfo); |
|
|
iguana_walletlock(myinfo); |
|
|
flag = 0; |
|
|
flag = 0; |
|
|