Skip to content

Commit

Permalink
chore: update a code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ValuedMammal committed Sep 23, 2024
1 parent 1e1d37a commit 448d3b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ pub use kyoto::{
/// A compact block filter client.
#[derive(Debug)]
pub struct Client<K> {
// channel sender
// client
client: kyoto::Client,
// channel receiver
receiver: kyoto::Receiver<NodeMessage>,
Expand Down

0 comments on commit 448d3b8

Please sign in to comment.