fix rebase problems

This commit is contained in:
Septias
2022-12-12 22:16:14 +01:00
parent 7aad25ea50
commit 32cbde0754
2 changed files with 0 additions and 4 deletions

View File

@@ -384,8 +384,6 @@ impl From<EventType> for JSONRPCEventType {
EventType::WebxdcInstanceDeleted { msg_id } => WebxdcInstanceDeleted {
msg_id: msg_id.to_u32(),
},
EventType::WebxdcStatusUpdate { .. } => WebxdcStatusUpdate,
EventType::WebxdcInstanceDeleted { .. } => WebxdcInstanceDeleted,
EventType::WebxdcUpdateStateChanged { .. } => WebxdcUpdateStateChanged,
}
}