Forward the absolute lock-time check to the wrapped checker.
Declared in <script/interpreter.h>
virtual
bool
CheckLockTime(CScriptNum const& nLockTime) const override;
true if the lock time is satisfied.
| Name | Description |
|---|---|
| nLockTime | The lock-time threshold from the script. |