Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
932f33d8f5
  1. 2
      iguana/iguana_unspents.c

2
iguana/iguana_unspents.c

@ -1596,7 +1596,7 @@ int32_t iguana_balanceflush(struct iguana_info *coin,int32_t refhdrsi,int32_t pu
#endif
for (i=0; i<30; i++)
{
printf("need to exit, please restart after shutdown in %d seconds, or just ctrl-C\n",100-i);
printf("need to exit, please restart after shutdown in %d seconds, or just ctrl-C\n",30-i);
sleep(1);
}
exit(-1);

Loading…
Cancel
Save