Skip to content

Commit

Permalink
Merge pull request #27 from pubky/fix/typo
Browse files Browse the repository at this point in the history
Fix: typo
  • Loading branch information
Nuhvi authored Oct 28, 2024
2 parents a56e302 + bc3a126 commit 6ff26ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ impl Rpc {

let socket = KrpcSocket::new(settings)?;

info!(?settings, "Sarting Mainline Rpc");
info!(?settings, "Starting Mainline Rpc");

Ok(Rpc {
id,
Expand Down

0 comments on commit 6ff26ed

Please sign in to comment.