update TODO message for renaming "msg" field of HandleError struct

This commit is contained in:
Savil Srivastava 2018-07-19 19:54:31 -07:00
parent fd141bbed2
commit 14c02c0652

View 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