From 30220ac8559dc3d05ccdb0076625b8eac9e82b56 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Wed, 9 Dec 2020 21:16:54 -0500 Subject: [PATCH] less logspam plzzzz --- src/komodo_bitcoind.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/komodo_bitcoind.h b/src/komodo_bitcoind.h index 2a789f05e..0e4cff405 100644 --- a/src/komodo_bitcoind.h +++ b/src/komodo_bitcoind.h @@ -1,7 +1,6 @@ // Copyright 2019-2020 The Hush Developers // Distributed under the GPLv3 software license, see the accompanying // file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html - /****************************************************************************** * Copyright © 2014-2019 The SuperNET Developers. * * * @@ -16,9 +15,7 @@ * Removal or modification of this copyright notice is prohibited. * * * ******************************************************************************/ - -// Hush + Komodo functions that interact with bitcoind C++ - +// Hush functions that interact with bitcoind C++ #include #include #include "consensus/params.h" @@ -1261,7 +1258,7 @@ uint64_t hush_commission(int height) // With 150s blocks, we have 210,000 blocks per year // With 75s blocks, we have 420,000 blocks per year INTERVAL = GetArg("-ac_halving2",1680000); // ~4 years worth of 75s blocks - fprintf(stderr,"%s: height=%d increasing interval to %d\n", __func__, height, INTERVAL); + //fprintf(stderr,"%s: height=%d increasing interval to %d\n", __func__, height, INTERVAL); } // Block 128 had a miner subsidy but no FR!!! Discovered by Denio