Browse Source

copyright

pull/5/head
Duke Leto 4 years ago
parent
commit
2f872b9cb2
  1. 5
      src/komodo_interest.h

5
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;

Loading…
Cancel
Save