Browse Source

Comment that we support a minimal set of script opcodes

Co-Authored-By: Daira Hopwood <[email protected]>
master
str4d 5 years ago committed by GitHub
parent
commit
4a6c9ec425
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      zcash_primitives/src/legacy.rs

2
zcash_primitives/src/legacy.rs

@ -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…
Cancel
Save