Skip to content

Commit a466d7f

Browse files
committed
adapter - ethereum - remove todos
1 parent 0752b29 commit a466d7f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

adapter/src/ethereum/test_utils.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,7 @@ pub async fn outpace_deposit(
134134
H160(to),
135135
Options::with(|opt| {
136136
opt.gas_price = Some(1.into());
137-
// TODO: Check how much should this gas limit be!
138-
opt.gas = Some(61_721_975.into());
137+
opt.gas = Some(6_721_975.into());
139138
}),
140139
))
141140
.await
@@ -159,7 +158,6 @@ pub async fn sweeper_sweep(
159158
from_leader_account,
160159
Options::with(|opt| {
161160
opt.gas_price = Some(1.into());
162-
// TODO: Check how much should this gas limit be!
163161
opt.gas = Some(6_721_975.into());
164162
}),
165163
))

0 commit comments

Comments
 (0)