mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-02-14 10:45:47 +00:00
Comment that we support a minimal set of script opcodes
Co-Authored-By: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
parent
a28d94ff2e
commit
4a6c9ec425
@ -6,7 +6,7 @@ use std::ops::Shl;
|
||||
|
||||
use crate::serialize::Vector;
|
||||
|
||||
/// Script opcodes.
|
||||
/// Minimal subset of script opcodes.
|
||||
enum OpCode {
|
||||
// push value
|
||||
PushData1 = 0x4c,
|
||||
|
Loading…
x
Reference in New Issue
Block a user