-
Notifications
You must be signed in to change notification settings - Fork 491
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
s/send a warning/warn the user/ in BOLT 5 to avoid confusion #951
s/send a warning/warn the user/ in BOLT 5 to avoid confusion #951
Conversation
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.
Good catch!
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.
fwiw bolt 1 also references a warning in "Also, on several platforms it's possible that Lightning
clients will be put to sleep without prior warning", but that's more clearly distinguished from the warning message imo so probably doesn't need changing.
Nice clarification!
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.
LGTM, ACK fbee1da
Prior to the addition of `warning` messages, BOLT 5 specified a few cases where users should be warned that funds may have been lost. However, it used the phrasing "send a warning" which can now be confused with `warning` messages. Nodes should not generally inform their counterparty that they have been robbed.
fbee1da
to
27e8d9d
Compare
agreed, don't think its worth changing. |
ACK 27e8d9d |
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.
ACK 27e8d9d
Prior to the addition of
warning
messages, BOLT 5 specified afew cases where users should be warned that funds may have been
lost. However, it used the phrasing "send a warning" which can now
be confused with
warning
messages. Nodes should not generallyinform their counterparty that they have been robbed.