Skip to content

Commit

Permalink
Merge pull request #77 from nervosnetwork/xxuejie/fix-syscall-number
Browse files Browse the repository at this point in the history
fix: fix syscall number
  • Loading branch information
zhangsoledad authored Dec 11, 2018
2 parents 506410a + c21f5de commit f7ee06e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/src/syscalls/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pub const ITEM_MISSING: u8 = 2;
pub const LOAD_TX_SYSCALL_NUMBER: u64 = 2049;
pub const LOAD_CELL_SYSCALL_NUMBER: u64 = 2053;
pub const LOAD_CELL_BY_FIELD_SYSCALL_NUMBER: u64 = 2054;
pub const LOAD_INPUT_BY_FIELD_SYSCALL_NUMBER: u64 = 2054;
pub const LOAD_INPUT_BY_FIELD_SYSCALL_NUMBER: u64 = 2055;
pub const DEBUG_PRINT_SYSCALL_NUMBER: u64 = 2177;

#[derive(Debug, PartialEq, Clone, Copy, Eq)]
Expand Down

0 comments on commit f7ee06e

Please sign in to comment.