aboutsummaryrefslogtreecommitdiff
path: root/src/consensus/tx_check.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/consensus/tx_check.h')
-rw-r--r--src/consensus/tx_check.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/consensus/tx_check.h b/src/consensus/tx_check.h
index 6f3f8fe969..b818a284f1 100644
--- a/src/consensus/tx_check.h
+++ b/src/consensus/tx_check.h
@@ -13,8 +13,8 @@
*/
class CTransaction;
-class CValidationState;
+class TxValidationState;
-bool CheckTransaction(const CTransaction& tx, CValidationState& state);
+bool CheckTransaction(const CTransaction& tx, TxValidationState& state);
#endif // BITCOIN_CONSENSUS_TX_CHECK_H