Skip to content

Commit

Permalink
chore(release): v0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stringhandler committed Dec 30, 2024
1 parent c875aa0 commit 204c18f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "sha_p2pool"
version = "0.16.3"
version = "0.17.0"

[dependencies]
anyhow = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/server/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ pub mod grpc;
pub mod http;
pub mod p2p;

pub const PROTOCOL_VERSION: u64 = 26;
pub const PROTOCOL_VERSION: u64 = 27;
1 change: 0 additions & 1 deletion src/server/p2p/network.rs
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,6 @@ where S: ShareChain
error!(target: LOG_TARGET, squad = &self.config.squad; "Failed to create peer info: {error:?}");
})
{
dbg!("here");
let local_peer_id = *self.swarm.local_peer_id();
if peer == &local_peer_id {
return;
Expand Down

0 comments on commit 204c18f

Please sign in to comment.