Skip to content

Commit 14c02c0

Browse files
committed
update TODO message for renaming "msg" field of HandleError struct
1 parent fd141bb commit 14c02c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ln/msgs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ pub enum ErrorAction {
380380

381381
pub struct HandleError { //TODO: rename me
382382
pub err: &'static str,
383-
pub action: Option<ErrorAction>, //TODO: Make this required and rename it
383+
pub action: Option<ErrorAction>, //TODO: Make this required
384384
}
385385

386386
/// Struct used to return values from revoke_and_ack messages, containing a bunch of commitment

0 commit comments

Comments
 (0)