Skip to content

Commit

Permalink
unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
snissn committed Dec 7, 2024
1 parent 3052b34 commit e614a36
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions integration_tests/src/tests/evm_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,6 @@ pub fn evm_init_revert_data_test(v: &dyn VM) {
pub fn evm_transient_nested_test(v: &dyn VM) {
// Step 1: Create an EthAccount with an initial balance.
let account = create_accounts(v, 1, &TokenAmount::from_whole(10_000))[0];
let address = id_to_eth(account.id().unwrap());

// Step 2: Deploy the `TransientStorageTest` contract twice.
let bytecode =
Expand Down Expand Up @@ -843,7 +842,6 @@ pub fn evm_transient_nested_test(v: &dyn VM) {
pub fn evm_transient_reentry_test(v: &dyn VM) {
// Step 1: Create an EthAccount with an initial balance.
let account = create_accounts(v, 1, &TokenAmount::from_whole(10_000))[0];
let address = id_to_eth(account.id().unwrap());

// Step 2: Deploy the `TransientStorageTest` contract twice.
let bytecode =
Expand Down

0 comments on commit e614a36

Please sign in to comment.