We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4525943 commit 1b6f5eeCopy full SHA for 1b6f5ee
scripts/utils/bin/prove_dryrun.rs
@@ -290,8 +290,7 @@ async fn main() -> Result<()> {
290
.wallet(EthereumWallet::from(wallet))
291
.connect_http(Url::parse(&endpoint)?);
292
293
- let game =
294
- OPSuccinctFaultDisputeGame::new(game.address().clone(), provider_with_signer.clone());
+ let game = OPSuccinctFaultDisputeGame::new(*game.address(), provider_with_signer.clone());
295
296
let tx = game.prove(agg_proof.bytes().into()).send().await?;
297
0 commit comments