From f7e34d77a8a7ffd907e8f6c9fbfa9f43b69f32d6 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 30 Jan 2017 16:35:04 +0200 Subject: [PATCH] batch2 --- iguana/main.c | 10 +- iguana/tests/KMD.batch2.importaddress | 264 +++++++++++++++++++++++++ iguana/tests/KMD.batch2.listunspent | 215 ++++++++++++++++++++ iguana/tests/REVS.batch2.importaddress | 45 +++++ 4 files changed, 529 insertions(+), 5 deletions(-) create mode 100755 iguana/tests/KMD.batch2.importaddress create mode 100755 iguana/tests/KMD.batch2.listunspent create mode 100755 iguana/tests/REVS.batch2.importaddress diff --git a/iguana/main.c b/iguana/main.c index 006055337..ff8c125b3 100755 --- a/iguana/main.c +++ b/iguana/main.c @@ -1575,7 +1575,7 @@ void komodo_ICO_batch(cJSON *array,int32_t batchid) if ( (n= cJSON_GetArraySize(array)) > 0 ) { totalKMD = totalREVS = 0; - for (iter=0; iter<1; iter++) + for (iter=1; iter<2; iter++) for (i=0; i