From 932f33d8f55045a92a3c70119c75c70dde715b51 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 5 Apr 2016 13:29:56 -0500 Subject: [PATCH] test --- iguana/iguana_unspents.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/iguana_unspents.c b/iguana/iguana_unspents.c index b811b89d3..2c20eb5d1 100755 --- a/iguana/iguana_unspents.c +++ b/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);