mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
validation: Remove old CheckFinalTx w/o chain tip param
This commit is contained in:
parent
7031cf89db
commit
577b774d0c
2 changed files with 0 additions and 6 deletions
|
|
@ -204,11 +204,6 @@ static FILE* OpenUndoFile(const FlatFilePos &pos, bool fReadOnly = false);
|
|||
static FlatFileSeq BlockFileSeq();
|
||||
static FlatFileSeq UndoFileSeq();
|
||||
|
||||
bool CheckFinalTx(const CTransaction &tx, int flags)
|
||||
{
|
||||
return CheckFinalTx(::ChainActive().Tip(), tx, flags);
|
||||
}
|
||||
|
||||
bool CheckFinalTx(const CBlockIndex* active_chain_tip, const CTransaction &tx, int flags)
|
||||
{
|
||||
AssertLockHeld(cs_main);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue