Revert "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"

This reverts commit aeb30dd8fa.
This commit is contained in:
Duke Leto
2020-01-24 18:33:06 -05:00
parent 89bbd48eae
commit f3affab178
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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