mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-08-26 11:51:13 +00:00
refactor: rename remaining instruction_words to instruction_data across programs, tests, tools, ffi
This commit is contained in:
@@ -71,7 +71,7 @@ fn main() {
|
||||
pre_states,
|
||||
instruction: (function_id, data),
|
||||
},
|
||||
instruction_words,
|
||||
instruction_data,
|
||||
) = read_lee_inputs::<Instruction>();
|
||||
|
||||
let post_states = match (pre_states.as_slice(), function_id, data.len()) {
|
||||
@@ -90,7 +90,7 @@ fn main() {
|
||||
ProgramOutput::new(
|
||||
self_program_id,
|
||||
caller_program_id,
|
||||
instruction_words,
|
||||
instruction_data,
|
||||
pre_states,
|
||||
post_states,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user