-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Send channel tlc info directly to counterparty and update network graph with owned channel information #446
Send channel tlc info directly to counterparty and update network graph with owned channel information #446
Conversation
a338f8f
to
7fadd70
Compare
84a2710
to
f2346fb
Compare
185f659
to
4686404
Compare
144cde1
to
12a8555
Compare
…nel-info-with-counterparty
86f3e48
to
cf3d47c
Compare
794077d
to
2353f37
Compare
2353f37
to
0d996cd
Compare
20c5b5c
to
dfb2683
Compare
This PR added new fields to |
src/fiber/channel.rs
Outdated
state | ||
.generate_and_broadcast_channel_update(&self.network) | ||
.await; | ||
state.notify_owned_channel_updated(&self.network).await; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
handle_update_command
only update our part of channel, I think we should send OwnedChannelUpdateEvent::Updated
instead of OwnedChannelUpdateEvent::Up
here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done in f25f54e
LGTM |
No description provided.