Skip to content

Commit

Permalink
Make kad's RoutingUpdate available publicly
Browse files Browse the repository at this point in the history
  • Loading branch information
b-zee committed Apr 5, 2023
1 parent 7c85f92 commit c7d1872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/kad/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ pub use behaviour::{
GetClosestPeersResult, GetProvidersError, GetProvidersOk, GetProvidersResult, GetRecordError,
GetRecordOk, GetRecordResult, InboundRequest, NoKnownPeers, PeerRecord, PutRecordContext,
PutRecordError, PutRecordOk, PutRecordPhase, PutRecordResult, QueryInfo, QueryMut, QueryRef,
QueryResult, QueryStats,
QueryResult, QueryStats, RoutingUpdate,
};
pub use behaviour::{
Kademlia, KademliaBucketInserts, KademliaCaching, KademliaConfig, KademliaEvent,
Expand Down

0 comments on commit c7d1872

Please sign in to comment.