Skip to content

Commit ab37d3e

Browse files
committed
Restore sleep
1 parent 3b5e6e4 commit ab37d3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ impl Client {
3636
.request("citrea_testPublishBlock", rpc_params![])
3737
.await
3838
.map_err(Into::into);
39-
// sleep(Duration::from_millis(100)).await;
39+
sleep(Duration::from_millis(100)).await;
4040
r
4141
}
4242

0 commit comments

Comments
 (0)