Skip to content

Commit

Permalink
f magic
Browse files Browse the repository at this point in the history
  • Loading branch information
aesedepece committed Dec 31, 2023
1 parent c31e0bb commit 323c68c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions node/src/actors/sessions_manager/actor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ impl Actor for SessionsManager {
.epoch_at(get_timestamp())
.unwrap_or_default();

act.sessions
.set_magic_number(10700u16);
act.sessions.set_magic_number(10700u16);

// The peers bootstrapping process begins upon SessionsManager's start
act.bootstrap_peers(ctx, bootstrap_peers_period);
Expand Down

0 comments on commit 323c68c

Please sign in to comment.