From 9607c4c0ba88915469c63269bb82af28dbd1761c Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Tue, 10 Dec 2019 19:12:51 -0500 Subject: [PATCH] This option is not supported --- src/komodo_utils.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/komodo_utils.h b/src/komodo_utils.h index 20e294ce7..f883d23dd 100644 --- a/src/komodo_utils.h +++ b/src/komodo_utils.h @@ -1,3 +1,4 @@ +// Copyright (c) 2019 The Hush developers /****************************************************************************** * Copyright © 2014-2019 The SuperNET Developers. * * * @@ -1967,12 +1968,6 @@ void komodo_args(char *argv0) if ( (ASSETCHAINS_STAKED= GetArg("-ac_staked",0)) > 100 ) ASSETCHAINS_STAKED = 100; - // for now, we only support 50% PoS due to other parts of the algorithm needing adjustment for - // other values - if ( (ASSETCHAINS_LWMAPOS = GetArg("-ac_lwmapos",0)) != 0 ) - { - ASSETCHAINS_LWMAPOS = 50; - } ASSETCHAINS_SAPLING = GetArg("-ac_sapling", -1); if (ASSETCHAINS_SAPLING == -1) {