Remove obsolete reference to CValidationState from UpdateCoins.

This commit is contained in:
21E14
2016-04-29 23:45:20 -04:00
committed by lateminer
parent a28600154a
commit 69de80c238
4 changed files with 8 additions and 9 deletions

View File

@@ -370,7 +370,7 @@ bool CheckInputs(const CTransaction& tx, CValidationState &state, const CCoinsVi
unsigned int flags, bool cacheStore, PrecomputedTransactionData& txdata, std::vector<CScriptCheck> *pvChecks = NULL);
/** Apply the effects of this transaction on the UTXO set represented by view */
void UpdateCoins(const CTransaction& tx, CValidationState &state, CCoinsViewCache &inputs, int nHeight);
void UpdateCoins(const CTransaction& tx, CCoinsViewCache& inputs, int nHeight);
/** Context-independent validity checks */
bool CheckTransaction(const CTransaction& tx, CValidationState& state);