Skip to content

Commit

Permalink
Fixing routing issue to channeld after id update
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Nov 6, 2020
1 parent e67a136 commit 5ba1842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/channeld/runtime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ impl Runtime {
self.peer_service.clone(),
Request::UpdateChannelId(self.channel_id),
)?;
self.identity = self.channel_id.into();
// self.identity = self.channel_id.into();
let msg = format!(
"{} set to {}",
"Channel ID".ended(),
Expand Down

0 comments on commit 5ba1842

Please sign in to comment.