readme: typos

This commit is contained in:
k
2024-11-05 09:36:49 +01:00
parent d83043d8f2
commit b1e9fd95ca
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ Please open an issue if you want to add another instance
## Endpoints
> If you running locally, you can replace `http://kibo.money` by `https://localhost:3110`
> If you running locally, you can replace `https://kibo.money` by `http://localhost:3110`
- [/](https://kibo.money/): Website
- [/api](https://kibo.money/api): A JSON with all available datasets, with their respective id and endpoint, better viewed in a Firefox based browser
+2 -1
View File
@@ -25,7 +25,8 @@ fn main() -> color_eyre::Result<()> {
sleep(Duration::from_secs(delay))
}
log("Waiting for new block...");
log("Waiting for a new block...\n");
while block_count == rpc.get_blockchain_info().unwrap().blocks as usize {
sleep(Duration::from_secs(1))
}