Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Frando committed Jun 12, 2024
1 parent 8282b24 commit f521b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iroh/src/node/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ where
StorageConfig::Mem => DefaultAuthorStorage::Mem,
};
let blobs_store = self.blobs_store.clone();
self = self.accept(GOSSIP_ALPN, |node| {
self = self.accept(DOCS_ALPN, |node| {
Box::pin(async move {
let gossip = node
.get_protocol::<Gossip>(GOSSIP_ALPN)
Expand Down

0 comments on commit f521b28

Please sign in to comment.