Skip to content

Commit

Permalink
use rev
Browse files Browse the repository at this point in the history
  • Loading branch information
divagant-martian committed Dec 11, 2024
1 parent dfbbba4 commit 7d1e5e6
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 57 deletions.
147 changes: 91 additions & 56 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/peer_channels.rs
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ impl Context {
.await?;

// create gossip
let my_addr = endpoint.node_addr().await?;
let gossip = Gossip::builder()
.max_message_size(
// Allow messages up to 128 KB in size.
Expand Down

0 comments on commit 7d1e5e6

Please sign in to comment.