]> Git Repo - VerusCoin.git/blobdiff - src/cc/CCfaucet.h
Integrate CValidationState error checking with identity validate functions
[VerusCoin.git] / src / cc / CCfaucet.h
index 39930cb204fc574d9744dcb6f0898cb40da24e0f..0a61083a1468e83ecef6e5c6c3ce81fe50899fae 100644 (file)
@@ -22,7 +22,7 @@
 #define EVAL_FAUCET 0xe4
 #define FAUCETSIZE (COIN / 10)
 
-bool FaucetValidate(struct CCcontract_info *cp,Eval* eval,const CTransaction &tx);
+bool FaucetValidate(struct CCcontract_info *cp,Eval* eval,const CTransaction &tx, uint32_t nIn, bool fulfilled);
 
 // CCcustom
 std::string FaucetFund(uint64_t txfee,int64_t funds);
This page took 0.023508 seconds and 4 git commands to generate.