Skip to content

Commit

Permalink
blockbook: document the websocket module
Browse files Browse the repository at this point in the history
  • Loading branch information
dspicher authored and Dominik Spicher committed May 15, 2023
1 parent 403c81a commit b353940
Show file tree
Hide file tree
Showing 2 changed files with 215 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ pub use external::*;
/// The WebSocket client.
pub mod websocket;

/// The errors emitted by this crate.
/// The errors emitted by the REST client.
#[derive(Debug, thiserror::Error)]
pub enum Error {
/// An error during a network request.
Expand Down
Loading

0 comments on commit b353940

Please # to comment.