make kademlia.trust public

This commit is contained in:
folex
2020-05-12 03:16:33 +03:00
parent a731464acf
commit d67804fdd8

View File

@@ -91,7 +91,7 @@ pub struct Kademlia<TStore> {
/// The record storage.
store: TStore,
trust: TrustGraph,
pub trust: TrustGraph,
}
/// The configuration for the `Kademlia` behaviour.