Skip to content

Commit

Permalink
Merge pull request #84 from pythcoiner/doc_fix
Browse files Browse the repository at this point in the history
doc fix
  • Loading branch information
RCasatta authored Sep 15, 2024
2 parents 99cb2dd + 9c715ac commit 69c47e8
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 @@ -107,7 +107,7 @@ impl Default for Conf<'_> {
}
}

/// Struct representing the bitcoind process with related information
/// Struct representing the electrs process with related information
pub struct ElectrsD {
/// Process child handle, used to terminate the process when this struct is dropped
process: Child,
Expand Down

0 comments on commit 69c47e8

Please sign in to comment.