mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-24 15:02:20 +01:00
update TODO message for renaming "msg" field of HandleError struct
This commit is contained in:
parent
fd141bbed2
commit
14c02c0652
1 changed files with 1 additions and 1 deletions
|
@ -380,7 +380,7 @@ pub enum ErrorAction {
|
||||||
|
|
||||||
pub struct HandleError { //TODO: rename me
|
pub struct HandleError { //TODO: rename me
|
||||||
pub err: &'static str,
|
pub err: &'static str,
|
||||||
pub action: Option<ErrorAction>, //TODO: Make this required and rename it
|
pub action: Option<ErrorAction>, //TODO: Make this required
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Struct used to return values from revoke_and_ack messages, containing a bunch of commitment
|
/// Struct used to return values from revoke_and_ack messages, containing a bunch of commitment
|
||||||
|
|
Loading…
Add table
Reference in a new issue