Skip to content

Commit 1b6f5ee

Browse files
committed
Lint code
1 parent 4525943 commit 1b6f5ee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/utils/bin/prove_dryrun.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,7 @@ async fn main() -> Result<()> {
290290
.wallet(EthereumWallet::from(wallet))
291291
.connect_http(Url::parse(&endpoint)?);
292292

293-
let game =
294-
OPSuccinctFaultDisputeGame::new(game.address().clone(), provider_with_signer.clone());
293+
let game = OPSuccinctFaultDisputeGame::new(*game.address(), provider_with_signer.clone());
295294

296295
let tx = game.prove(agg_proof.bytes().into()).send().await?;
297296

0 commit comments

Comments
 (0)