mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-07-30 16:31:57 +00:00
make kademlia.trust public
This commit is contained in:
@@ -91,7 +91,7 @@ pub struct Kademlia<TStore> {
|
||||
/// The record storage.
|
||||
store: TStore,
|
||||
|
||||
trust: TrustGraph,
|
||||
pub trust: TrustGraph,
|
||||
}
|
||||
|
||||
/// The configuration for the `Kademlia` behaviour.
|
||||
|
Reference in New Issue
Block a user