mirror of
https://github.com/logos-messaging/logos-delivery-rust-bindings.git
synced 2026-02-28 06:03:34 +00:00
chore: align with logos-delivery
This commit is contained in:
parent
ef5252b817
commit
14fcc24d37
@ -58,6 +58,9 @@ async fn test_echo_messages(
|
||||
WakuEvent::ConnectionChange(_evt) => {
|
||||
// dbg!("Conn change evt", evt);
|
||||
}
|
||||
WakuEvent::NodeHealthChange(_evt) => {
|
||||
// dbg!("Node health change evt", evt);
|
||||
}
|
||||
WakuEvent::Unrecognized(err) => panic!("Unrecognized waku event: {:?}", err),
|
||||
_ => panic!("event case not expected"),
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user