From 5710eb3163255643c598281a4da8119c27a5d724 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 29 Jan 2017 23:36:09 +0200 Subject: [PATCH] test --- src/komodo_utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo_utils.h b/src/komodo_utils.h index 447a1a0c8..4d62f5e9a 100644 --- a/src/komodo_utils.h +++ b/src/komodo_utils.h @@ -1466,7 +1466,7 @@ void komodo_args() if ( name.c_str()[0] != 0 ) { ASSETCHAINS_SUPPLY = GetArg("-ac_supply",10); - MAX_MONEY = ASSETCHAINS_SUPPLY * SATOSHIDEN; + MAX_MONEY = (ASSETCHAINS_SUPPLY+1) * SATOSHIDEN; addn = GetArg("-seednode",""); if ( strlen(addn.c_str()) > 0 ) ASSETCHAINS_SEED = 1;