mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-22 22:31:33 +00:00
fix: remove obsolete event_process = false
The `libp2p-swarm-derive` `event_process` option was removed in https://github.com/libp2p/rust-libp2p/pull/2840. Pull-Request: #3984.
This commit is contained in:
@ -104,7 +104,7 @@ fn main() -> Result<(), Box<dyn Error>> {
|
||||
.boxed();
|
||||
|
||||
#[derive(NetworkBehaviour)]
|
||||
#[behaviour(to_swarm = "Event", event_process = false)]
|
||||
#[behaviour(to_swarm = "Event")]
|
||||
struct Behaviour {
|
||||
relay_client: relay::client::Behaviour,
|
||||
ping: ping::Behaviour,
|
||||
|
Reference in New Issue
Block a user