From 2f872b9cb2625b983056b3c1099d01dccbe8ec12 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Sun, 6 Dec 2020 17:11:14 -0500 Subject: [PATCH] copyright --- src/komodo_interest.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/komodo_interest.h b/src/komodo_interest.h index e5b17a6b3..6bc5f806e 100644 --- a/src/komodo_interest.h +++ b/src/komodo_interest.h @@ -1,3 +1,6 @@ +// Copyright (c) 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. * * * @@ -14,10 +17,8 @@ ******************************************************************************/ #include "hush_defs.h" - #define SATOSHIDEN ((uint64_t)100000000L) #define dstr(x) ((double)(x) / SATOSHIDEN) - #define KOMODO_ENDOFERA 7777777 #define KOMODO_INTEREST ((uint64_t)5000000) //((uint64_t)(0.05 * COIN)) // 5% extern int64_t MAX_MONEY;