Skip to content

Commit

Permalink
undo test change
Browse files Browse the repository at this point in the history
  • Loading branch information
fborello-lambda committed Jan 29, 2025
1 parent 10a6f99 commit 30e3718
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions crates/vm/levm/src/vm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -950,10 +950,9 @@ impl VM {
};

auth_account.info.bytecode = if auth_tuple.address != Address::zero() {
//test
Bytes::new()
} else {
delegation_bytes.into()
} else {
Bytes::new()
};

// 9. Increase the nonce of authority by one.
Expand Down

0 comments on commit 30e3718

Please sign in to comment.