Skip to content

Commit

Permalink
Remove client
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Aug 6, 2024
1 parent 2fbee39 commit 7f39ef6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion crates/chia-client/src/client.rs

This file was deleted.

2 changes: 0 additions & 2 deletions crates/chia-client/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
mod client;
mod error;
mod event;
mod network;
mod peer;
mod request_map;
mod tls;

pub use client::*;
pub use error::*;
pub use event::*;
pub use network::*;
Expand Down

0 comments on commit 7f39ef6

Please sign in to comment.