mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-03 02:50:00 -07:00
readme: typos
This commit is contained in:
@@ -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))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user