Skip to content

Commit

Permalink
Merge pull request #439 from quake/quake/fix-channel-actor-name
Browse files Browse the repository at this point in the history
fix: inbound channel actor name
  • Loading branch information
chenyukang authored Jan 2, 2025
2 parents 84a1940 + de1b976 commit 125c464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fiber/network.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2075,7 +2075,7 @@ where
let seed = self.generate_channel_seed();
let (tx, rx) = oneshot::channel::<Hash256>();
let channel = Actor::spawn_linked(
None,
Some(generate_channel_actor_name(&self.peer_id, &peer_id)),
ChannelActor::new(
self.get_public_key(),
remote_pubkey,
Expand Down

0 comments on commit 125c464

Please sign in to comment.