Remove uses of CheckFinalTx in wallet code

This commit does not change behavior.
This commit is contained in:
Russell Yanofsky
2017-07-28 18:13:23 -04:00
parent f3f9c1de19
commit 80f52a2267
5 changed files with 18 additions and 15 deletions

View File

@@ -14,6 +14,7 @@
class CBlock;
class CScheduler;
class CTransaction;
class uint256;
struct CBlockLocator;
@@ -102,6 +103,9 @@ public:
//! is guaranteed to be an ancestor of the block used to create the
//! locator.
virtual 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 Lock interface. Chain is locked when this is called, and