Browse Source

We do not use any of these CCs, and we want to remove gmp as dependency, so convert them to use mini-gmp.h for now

dev-aarch64
Duke Leto 4 years ago
parent
commit
aeb30dd8fa
  1. 2
      src/cc/CCPayments.h
  2. 2
      src/cc/CCrewards.h
  3. 2
      src/cc/pegs.cpp
  4. 2
      src/cc/prices.cpp

2
src/cc/CCPayments.h

@ -18,7 +18,7 @@
#define CC_PAYMENTS_H
#include "CCinclude.h"
#include <gmp.h>
#include "mini-gmp.h"
#include <key_io.h>
#define PAYMENTS_TXFEE 10000

2
src/cc/CCrewards.h

@ -18,7 +18,7 @@
#define CC_REWARDS_H
#include "CCinclude.h"
#include <gmp.h>
#include "mini-gmp.h"
#define EVAL_REWARDS 0xe5
#define REWARDSCC_MAXAPR (COIN * 25)

2
src/cc/pegs.cpp

@ -16,7 +16,7 @@
#include "CCPegs.h"
#include "../importcoin.h"
#include "key_io.h"
#include <gmp.h>
#include "mini-gmp.h"
/*

2
src/cc/prices.cpp

@ -73,7 +73,7 @@ GetKomodoEarlytxidScriptPub is on line #2080 of komodo_bitcoind.h
#include "CCPrices.h"
#include <cstdlib>
#include <gmp.h>
#include "mini-gmp.h"
#define IS_CHARINSTR(c, str) (std::string(str).find((char)(c)) != std::string::npos)

Loading…
Cancel
Save