update TODO message for renaming "msg" field of HandleError struct
authorSavil Srivastava <savil@cs.stanford.edu>
Fri, 20 Jul 2018 02:54:31 +0000 (19:54 -0700)
committerSavil Srivastava <savil@cs.stanford.edu>
Fri, 20 Jul 2018 03:01:55 +0000 (20:01 -0700)
src/ln/msgs.rs

index 898d30d94aa70c705f26bb7b2348d9000d63fa77..3a0719854cabde3813efe43fdfd3441ab7ede46f 100644 (file)
@@ -380,7 +380,7 @@ pub enum ErrorAction {
 
 pub struct HandleError { //TODO: rename me
        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