mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
Merge 1292334bf5 into merged_master (Bitcoin PR bitcoin/bitcoin#23878)
This commit is contained in:
commit
2d57437493
1 changed files with 2 additions and 5 deletions
|
|
@ -4,6 +4,8 @@
|
|||
|
||||
#include <consensus/tx_verify.h>
|
||||
|
||||
#include <chain.h>
|
||||
#include <coins.h>
|
||||
#include <consensus/amount.h>
|
||||
#include <consensus/consensus.h>
|
||||
#include <consensus/validation.h>
|
||||
|
|
@ -11,10 +13,6 @@
|
|||
#include <primitives/transaction.h>
|
||||
#include <script/interpreter.h>
|
||||
#include <script/pegins.h>
|
||||
|
||||
// TODO remove the following dependencies
|
||||
#include <chain.h>
|
||||
#include <coins.h>
|
||||
#include <util/moneystr.h>
|
||||
|
||||
bool IsFinalTx(const CTransaction &tx, int nBlockHeight, int64_t nBlockTime)
|
||||
|
|
@ -277,4 +275,3 @@ bool Consensus::CheckTxInputs(const CTransaction& tx, TxValidationState& state,
|
|||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue