Skip to content

Commit

Permalink
Merge pull request #3202 from autonomys/remove-unnecessary-re-export
Browse files Browse the repository at this point in the history
Remove unnecessary re-export of `jsonrpsee`
  • Loading branch information
nazar-pc authored Nov 3, 2024
2 parents 379fe0e + e0ed921 commit 867cb20
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/subspace-farmer/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,5 @@ pub mod single_disk_farm;
pub mod thread_pool_manager;
pub mod utils;

pub use jsonrpsee;

/// Size of the LRU cache for peers.
pub const KNOWN_PEERS_CACHE_SIZE: u32 = 100;

0 comments on commit 867cb20

Please sign in to comment.