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 3b5e6e4 commit ab37d3eCopy full SHA for ab37d3e
src/client.rs
@@ -36,7 +36,7 @@ impl Client {
36
.request("citrea_testPublishBlock", rpc_params![])
37
.await
38
.map_err(Into::into);
39
- // sleep(Duration::from_millis(100)).await;
+ sleep(Duration::from_millis(100)).await;
40
r
41
}
42
0 commit comments