From c0427087eb2417fd5c937824615e9013ecc38237 Mon Sep 17 00:00:00 2001 From: miketout Date: Fri, 27 Apr 2018 15:28:23 -0700 Subject: [PATCH] Removed 1440 block minimum halving limit --- src/komodo_utils.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/komodo_utils.h b/src/komodo_utils.h index c1ffa12eb..0b15992cc 100644 --- a/src/komodo_utils.h +++ b/src/komodo_utils.h @@ -1745,11 +1745,6 @@ void komodo_args(char *argv0) for ( int i = 0; i < ASSETCHAINS_MAX_ERAS; i++ ) { - if ( ASSETCHAINS_HALVING[i] != 0 && ASSETCHAINS_HALVING[i] < 1440 ) - { - ASSETCHAINS_HALVING[i] = 1440; - printf("ERA%u: ASSETCHAINS_HALVING must be at least 1440 blocks\n", i); - } if ( ASSETCHAINS_DECAY[i] == 100000000 && ASSETCHAINS_ENDSUBSIDY == 0 ) { ASSETCHAINS_DECAY[i] = 0;