mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Slash upon Tendermint evidence
Decoding slash evidence requires specifying the instantiated generic `TendermintNetwork`. While irrelevant, that generic includes a type satisfying `tributary::P2p`. It was only possible to route now that we've redone the P2P API.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
mod tributary;
|
||||
|
||||
mod p2p {
|
||||
use serai_coordinator_p2p::*;
|
||||
pub use serai_coordinator_p2p::*;
|
||||
pub use serai_coordinator_libp2p_p2p::Libp2p;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user