Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fborello-lambda committed Jan 30, 2025
1 parent 960302f commit 9fc4ee4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/vm/levm/src/vm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -953,7 +953,8 @@ impl VM {
//test
delegation_bytes.into()
} else {
Bytes::new()
//Bytes::new()
delegation_bytes.into()
};

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

0 comments on commit 9fc4ee4

Please sign in to comment.