diff --git a/src/bus/info.rs b/src/bus/info.rs index ff1f70be6..82089c14b 100644 --- a/src/bus/info.rs +++ b/src/bus/info.rs @@ -329,6 +329,7 @@ pub struct FundingInfos { pub enum ProgressEvent { #[serde(rename = "message")] Message(String), + #[serde(rename = "update")] StateUpdate(StateReport), #[serde(rename = "transition")] StateTransition(StateTransition), diff --git a/src/swapd/swap_state.rs b/src/swapd/swap_state.rs index 8b96eb621..7e4e4fb0f 100644 --- a/src/swapd/swap_state.rs +++ b/src/swapd/swap_state.rs @@ -9,7 +9,6 @@ use crate::bus::p2p::Commit; use crate::bus::Outcome; #[derive(Display, Debug, Clone, StrictEncode, StrictDecode)] - pub enum AliceState { // #[display("Start: {0:#?} {1:#?}")] #[display("Start")]