Skip to content

Commit 4bec955

Browse files
committed
very small doc fix [skip ci]
1 parent 7d8343f commit 4bec955

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<a href="./.github/workflows/test.yml" target="_blank">
1919
<img alt="Workflow: Tests" src="https://github.com/firstbatchxyz/dkn-compute-node/actions/workflows/tests.yml/badge.svg?branch=master">
2020
</a>
21-
<a href="./" target="_blank">
21+
<a href="https://github.com/firstbatchxyz/dkn-compute-node/releases" target="_blank">
2222
<img alt="Downloads" src="https://img.shields.io/github/downloads/firstbatchxyz/dkn-compute-node/total?logo=github&logoColor=%23F2FFEE&color=%2332C754">
2323
</a>
2424
<a href="https://hub.docker.com/repository/docker/firstbatch/dkn-compute-node/general" target="_blank">
@@ -65,7 +65,7 @@ If you would like to run the node from source (which is really handy during deve
6565
make help
6666
```
6767

68-
You will need OpenSSL installed, see shorthand commands [here](https://github.com/sfackler/rust-openssl/issues/855#issuecomment-450057552).
68+
You probably have already but in case you don't, you will need OpenSSL installed, see shorthand commands [here](https://github.com/sfackler/rust-openssl/issues/855#issuecomment-450057552).
6969

7070
```sh
7171
cargo run

compute/src/node/reqres.rs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -201,10 +201,8 @@ impl DriaComputeNode {
201201
let peer_id = self.dria_rpc.peer_id;
202202
let request_id = HeartbeatRequester::send_heartbeat(self, peer_id).await?;
203203
log::info!(
204-
"Sent {} request ({}) to {}",
205-
"heartbeat".blue(),
206-
request_id,
207-
peer_id
204+
"Sending {} request ({request_id}) to {peer_id}",
205+
"heartbeat".blue()
208206
);
209207

210208
Ok(())

0 commit comments

Comments
 (0)