Skip to content

Commit 5567f74

Browse files
author
fborello-lambda
committed
test
1 parent d6304f3 commit 5567f74

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

crates/vm/levm/src/vm.rs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -950,10 +950,11 @@ impl VM {
950950
};
951951

952952
auth_account.info.bytecode = if auth_tuple.address != Address::zero() {
953-
// test
954-
delegation_bytes.into()
955-
} else {
953+
//delegation_bytes.into()
956954
Bytes::new()
955+
} else {
956+
//Bytes::new()
957+
delegation_bytes.into()
957958
};
958959

959960
// 9. Increase the nonce of authority by one.

0 commit comments

Comments
 (0)