Add OP_0 alias for OP_PUSHBYTES_0
This commit is contained in:
parent
72935a0f6e
commit
6b6ef528a4
|
@ -755,6 +755,8 @@ impl serde::Serialize for All {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// Push an empty array onto the stack.
|
||||||
|
pub static OP_0: All = OP_PUSHBYTES_0;
|
||||||
/// Empty stack is also FALSE.
|
/// Empty stack is also FALSE.
|
||||||
pub static OP_FALSE: All = OP_PUSHBYTES_0;
|
pub static OP_FALSE: All = OP_PUSHBYTES_0;
|
||||||
/// Number 1 is also TRUE.
|
/// Number 1 is also TRUE.
|
||||||
|
|
Loading…
Reference in New Issue