Skip to content

Commit 1292334

Browse files
committed
Merge bitcoin/bitcoin#23878: doc: Remove TODO comment in tx_verify
fa50d8b doc: Remove TODO comment in tx_verify (MarcoFalke) Pull request description: The comment has no clear motivation, so it seems better to remove it and fix it when there is a reason. An alternative (if a fix isn't possible when there is a clear motivation) would be to create an issue thread for easier discussion. ACKs for top commit: fanquake: ACK fa50d8b Tree-SHA512: e9c25bab46a73b7c2db288c62ed9838a5e794b3b72db494173f4502da60b58dec4383064964c0842932cd30e4251fc01ad0c28681e2ef6cb442482eea2bad595
2 parents 5d23448 + fa50d8b commit 1292334

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)