DeferringSignatureChecker::CheckSequence

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

Synopsis

Declared in <script/interpreter.h>

virtual
bool
CheckSequence(CScriptNum const& nSequence) const override;

Return Value

true if the relative lock time is satisfied.

Parameters

NameDescription
nSequenceThe sequence threshold from the script.