Skip to content

Commit

Permalink
adapter - ethereum - remove todos
Browse files Browse the repository at this point in the history
  • Loading branch information
elpiel committed May 17, 2021
1 parent 0752b29 commit a466d7f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions adapter/src/ethereum/test_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,7 @@ pub async fn outpace_deposit(
H160(to),
Options::with(|opt| {
opt.gas_price = Some(1.into());
// TODO: Check how much should this gas limit be!
opt.gas = Some(61_721_975.into());
opt.gas = Some(6_721_975.into());
}),
))
.await
Expand All @@ -159,7 +158,6 @@ pub async fn sweeper_sweep(
from_leader_account,
Options::with(|opt| {
opt.gas_price = Some(1.into());
// TODO: Check how much should this gas limit be!
opt.gas = Some(6_721_975.into());
}),
))
Expand Down

0 comments on commit a466d7f

Please sign in to comment.