Remove unused checkFinalTx

This commit is contained in:
MarcoFalke
2022-01-14 14:46:34 +01:00
parent fa272eab44
commit fac8165443
2 changed files with 0 additions and 8 deletions

View File

@@ -116,9 +116,6 @@ public:
//! or one of its ancestors.
virtual std::optional<int> findLocatorFork(const CBlockLocator& locator) = 0;
//! Check if transaction will be final given chain height current time.
virtual bool checkFinalTx(const CTransaction& tx) = 0;
//! Return whether node has the block and optionally return block metadata
//! or contents.
virtual bool findBlock(const uint256& hash, const FoundBlock& block={}) = 0;