Skip to content

Commit

Permalink
Restore sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
jfldde committed Dec 16, 2024
1 parent 3b5e6e4 commit ab37d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ impl Client {
.request("citrea_testPublishBlock", rpc_params![])
.await
.map_err(Into::into);
// sleep(Duration::from_millis(100)).await;
sleep(Duration::from_millis(100)).await;
r
}

Expand Down

0 comments on commit ab37d3e

Please sign in to comment.