aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2022-01-14 14:46:34 +0100
committerMarcoFalke <falke.marco@gmail.com>2022-01-25 10:16:06 +0100
commitfac816544317cee6553d60cb0f5f24f6f9ec98de (patch)
treee8efc624e8c551f348004df8a4047622f7140d16 /src/interfaces
parentfa272eab44553df9b0bed3ca20caf2a7bd193680 (diff)
downloadbitcoin-fac816544317cee6553d60cb0f5f24f6f9ec98de.tar.xz
Remove unused checkFinalTx
Diffstat (limited to 'src/interfaces')
-rw-r--r--src/interfaces/chain.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/interfaces/chain.h b/src/interfaces/chain.h
index 4f5105a5c1..ddfb4bda95 100644
--- a/src/interfaces/chain.h
+++ b/src/interfaces/chain.h
@@ -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;