diff options
author | jtimon <jtimon@blockstream.io> | 2014-10-27 16:07:50 +0100 |
---|---|---|
committer | jtimon <jtimon@jtimon.cc> | 2014-12-27 16:01:12 +0100 |
commit | d7621ccf9d064db19de742ed1a0ac59fffa06c0d (patch) | |
tree | 99bd104ad829f2a03efa7119c472e03ab2eea479 /src/main.h | |
parent | c444c620c62c51d65f7de0b2a3c351e61ab1e388 (diff) |
Decouple miner.o and txmempool.o from CTxUndo
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h index 662d5756f7..e38b413be1 100644 --- a/src/main.h +++ b/src/main.h @@ -290,7 +290,7 @@ bool CheckInputs(const CTransaction& tx, CValidationState &state, const CCoinsVi unsigned int flags, bool cacheStore, 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, CTxUndo &txundo, int nHeight); +void UpdateCoins(const CTransaction& tx, CValidationState &state, CCoinsViewCache &inputs, int nHeight); /** Context-independent validity checks */ bool CheckTransaction(const CTransaction& tx, CValidationState& state); |