uint64_t -> int64_t for coin values other than three

This commit is contained in:
jl777
2018-08-09 19:23:40 -11:00
parent 9e432c97ad
commit 278a61fd5e
5 changed files with 20 additions and 20 deletions

View File

@@ -24,7 +24,7 @@
bool FaucetValidate(struct CCcontract_info *cp,Eval* eval,const CTransaction &tx);
// CCcustom
std::string FaucetFund(uint64_t txfee,uint64_t funds);
std::string FaucetFund(uint64_t txfee,int64_t funds);
std::string FaucetGet(uint64_t txfee);
UniValue FaucetInfo();