validation: Remove old CheckFinalTx w/o chain tip param

This commit is contained in:
Carl Dong
2020-12-18 15:27:35 -05:00
parent 7031cf89db
commit 577b774d0c
2 changed files with 0 additions and 6 deletions

View File

@ -248,7 +248,6 @@ void UpdateCoins(const CTransaction& tx, CCoinsViewCache& inputs, int nHeight);
*
* See consensus/consensus.h for flag definitions.
*/
bool CheckFinalTx(const CTransaction &tx, int flags = -1) EXCLUSIVE_LOCKS_REQUIRED(cs_main);
bool CheckFinalTx(const CBlockIndex* active_chain_tip, const CTransaction &tx, int flags = -1) EXCLUSIVE_LOCKS_REQUIRED(cs_main);
/**