Fix
This commit is contained in:
@@ -18,8 +18,6 @@
|
|||||||
/*
|
/*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define EVAL_REWARDS 0xe5
|
|
||||||
|
|
||||||
extern const char *RewardsCCaddr;
|
extern const char *RewardsCCaddr;
|
||||||
extern char RewardsCChexstr[67];
|
extern char RewardsCChexstr[67];
|
||||||
bool IsRewardsInput(CScript const& scriptSig);
|
bool IsRewardsInput(CScript const& scriptSig);
|
||||||
|
|||||||
@@ -4840,6 +4840,8 @@ int32_t ensure_CCrequirements()
|
|||||||
else return(0);
|
else return(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#include "../cc/CCfaucet.h"
|
||||||
|
#include "../cc/CCassets.h"
|
||||||
#define EVAL_REWARDS 0xe5
|
#define EVAL_REWARDS 0xe5
|
||||||
std::string RewardsFund(uint64_t txfee,uint64_t funds,uint64_t APR,uint64_t minseconds,uint64_t maxseconds,uint64_t mindeposit);
|
std::string RewardsFund(uint64_t txfee,uint64_t funds,uint64_t APR,uint64_t minseconds,uint64_t maxseconds,uint64_t mindeposit);
|
||||||
std::string RewardsLock(uint64_t txfee,uint64_t amount);
|
std::string RewardsLock(uint64_t txfee,uint64_t amount);
|
||||||
@@ -4934,8 +4936,6 @@ UniValue rewardsunlock(const UniValue& params, bool fHelp)
|
|||||||
return(result);
|
return(result);
|
||||||
}
|
}
|
||||||
|
|
||||||
#include "../cc/CCfaucet.h"
|
|
||||||
|
|
||||||
UniValue faucetaddress(const UniValue& params, bool fHelp)
|
UniValue faucetaddress(const UniValue& params, bool fHelp)
|
||||||
{
|
{
|
||||||
UniValue result(UniValue::VOBJ); std::vector<unsigned char> pubkey; char destaddr[64];
|
UniValue result(UniValue::VOBJ); std::vector<unsigned char> pubkey; char destaddr[64];
|
||||||
@@ -4990,9 +4990,6 @@ UniValue faucetget(const UniValue& params, bool fHelp)
|
|||||||
return(result);
|
return(result);
|
||||||
}
|
}
|
||||||
|
|
||||||
#include "../cc/CCassets.h"
|
|
||||||
|
|
||||||
|
|
||||||
UniValue tokenorders(const UniValue& params, bool fHelp)
|
UniValue tokenorders(const UniValue& params, bool fHelp)
|
||||||
{
|
{
|
||||||
uint256 tokenid;
|
uint256 tokenid;
|
||||||
|
|||||||
Reference in New Issue
Block a user