DeferringSignatureChecker::CheckLockTime

Forward the absolute lock-time check to the wrapped checker.

Synopsis

Declared in <script/interpreter.h>

virtual
bool
CheckLockTime(CScriptNum const& nLockTime) const override;

Return Value

true if the lock time is satisfied.

Parameters

NameDescription
nLockTimeThe lock-time threshold from the script.