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