We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f19dab commit 5cd7a4fCopy full SHA for 5cd7a4f
tests/common.rs
@@ -74,7 +74,7 @@ pub async fn setup_live_scanner(
74
let stream = scanner.create_event_stream(filter);
75
76
// return anvil otherwise it doesnt live long enough...
77
- Ok(LiveScannerSetup { provider, contract, scanner: scanner, stream, anvil })
+ Ok(LiveScannerSetup { provider, contract, scanner, stream, anvil })
78
}
79
80
#[allow(clippy::missing_errors_doc)]
0 commit comments