Comment that we support a minimal set of script opcodes

Co-Authored-By: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
str4d 2019-08-14 00:30:18 +01:00 committed by GitHub
parent a28d94ff2e
commit 4a6c9ec425
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,