Skip to content

Commit fa50d8b

Browse files
author
MarcoFalke
committed
doc: Remove TODO comment in tx_verify
1 parent d3582f2 commit fa50d8b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/consensus/tx_verify.cpp

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,13 @@
44

55
#include <consensus/tx_verify.h>
66

7+
#include <chain.h>
8+
#include <coins.h>
79
#include <consensus/amount.h>
810
#include <consensus/consensus.h>
11+
#include <consensus/validation.h>
912
#include <primitives/transaction.h>
1013
#include <script/interpreter.h>
11-
#include <consensus/validation.h>
12-
13-
// TODO remove the following dependencies
14-
#include <chain.h>
15-
#include <coins.h>
1614
#include <util/moneystr.h>
1715

1816
bool IsFinalTx(const CTransaction &tx, int nBlockHeight, int64_t nBlockTime)

0 commit comments

Comments
 (0)