From 30e3718543706d715025471c42bdcff4ffddc93e Mon Sep 17 00:00:00 2001 From: fborello-lambda Date: Wed, 29 Jan 2025 18:19:28 -0300 Subject: [PATCH] undo test change --- crates/vm/levm/src/vm.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/crates/vm/levm/src/vm.rs b/crates/vm/levm/src/vm.rs index 8d2653c0a8..85083c16f0 100644 --- a/crates/vm/levm/src/vm.rs +++ b/crates/vm/levm/src/vm.rs @@ -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.