Skip to content

Commit

Permalink
revert log change
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinquaXD authored and squadgazzz committed Sep 5, 2024
1 parent e25b104 commit b57efc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/shared/src/account_balances/simulation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ impl Balances {
.collect(),
);
contracts::storage_accessible::call(
call_builder.tx.to.expect("call builder populates \"to\""),
call_builder.tx.to.expect("builder populates to"),
contracts::bytecode!(contracts::support::Balances),
call_builder.tx.data.expect("call builder populates \"data\""),
call_builder.tx.data.expect("builder populates data"),
)
}

Expand Down

0 comments on commit b57efc6

Please sign in to comment.