From 25d6cd8edd5a434a7ebc163cb1f9a1b004a9018a Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 11 Jun 2019 00:27:51 -1100 Subject: [PATCH] Fix offset --- src/cc/dapps/zmigrate.c | 8 ++++---- src/komodo_gateway.h | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/cc/dapps/zmigrate.c b/src/cc/dapps/zmigrate.c index aaad17a39..6f7960902 100644 --- a/src/cc/dapps/zmigrate.c +++ b/src/cc/dapps/zmigrate.c @@ -1086,11 +1086,11 @@ void scan_claims(int32_t issueflag,char *refcoin,int32_t batchid) else if ( batchid == 2 ) { batchmin = 1;//777 * SATOSHIDEN; - batchmax = 17777 * SATOSHIDEN; + batchmax = 47777 * SATOSHIDEN; } else if ( batchid == 3 ) { - batchmin = 17777 * SATOSHIDEN; + batchmin = 47777 * SATOSHIDEN; batchmax = 1000000 * SATOSHIDEN; } for (i=0; i