1
0
mirror of https://github.com/fluencelabs/rust-libp2p synced 2025-07-28 15:31:57 +00:00
Files
rust-libp2p/misc/allow-block-list
Thomas Eizinger 5df321d8b9 fix(allowblocklist): correctly remove Peer from sets
Previously, we reinserted the `Peer` in the "undo" function which is obviously wrong. This patch fixes the behaviour to be correct and adds two regression tests.

Pull-Request: .
2023-04-19 15:51:20 +00:00
..