X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=src%2Fln%2Fmsgs.rs;h=3a0719854cabde3813efe43fdfd3441ab7ede46f;hb=c3362a122e95e9c7cf0280602f736f435a37f734;hp=bc7c0ed98b3c38052df2fa06f8eccb9078a2bd1f;hpb=d8474c9d3c422dddf6cf4b5a4f52157a0277203a;p=rust-lightning diff --git a/src/ln/msgs.rs b/src/ln/msgs.rs index bc7c0ed9..3a071985 100644 --- a/src/ln/msgs.rs +++ b/src/ln/msgs.rs @@ -380,7 +380,7 @@ pub enum ErrorAction { pub struct HandleError { //TODO: rename me pub err: &'static str, - pub msg: Option, //TODO: Make this required and rename it + pub action: Option, //TODO: Make this required } /// Struct used to return values from revoke_and_ack messages, containing a bunch of commitment