Faucet info

This commit is contained in:
jl777
2018-07-30 23:24:21 -11:00
parent 94ada5ec58
commit 4608d17092
3 changed files with 24 additions and 0 deletions

View File

@@ -26,5 +26,6 @@ bool FaucetValidate(struct CCcontract_info *cp,Eval* eval,const CTransaction &tx
// CCcustom
std::string FaucetFund(uint64_t txfee,uint64_t funds);
std::string FaucetGet(uint64_t txfee);
UniValue FaucetInfo();
#endif