mirror of
https://github.com/logos-blockchain/lssa-zkvm-testing.git
synced 2026-01-02 13:23:08 +00:00
nit
This commit is contained in:
parent
8d09f2ff56
commit
c3932839f4
@ -40,7 +40,7 @@ impl MockedSequencer {
|
||||
fn program_output_is_valid(&self, input_accounts: &[Account], program_output: &ProgramOutput) -> bool {
|
||||
let num_inputs = input_accounts.len();
|
||||
|
||||
// Fail if the number of accounts pre and post-states is differ
|
||||
// Fail if the number of accounts pre and post-states differ
|
||||
if program_output.accounts_pre.len() != program_output.accounts_post.len() {
|
||||
return false;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user