Skip to content

Commit

Permalink
Fix multicall with evm simulator on
Browse files Browse the repository at this point in the history
  • Loading branch information
IAvecilla committed Sep 19, 2024
1 parent 00f0324 commit c14b5aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/node/eth_sender/src/eth_tx_aggregator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ impl EthTxAggregator {
];

if let Some(call) = get_evm_simulator_hash_call {
token_vec.push(call.into_token());
token_vec.insert(2, call.into_token());
}

token_vec
Expand Down

0 comments on commit c14b5aa

Please sign in to comment.