mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 20:29:23 +00:00
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.
11 lines
143 B
Rust
11 lines
143 B
Rust
mod tributary;
|
|
|
|
mod p2p {
|
|
pub use serai_coordinator_p2p::*;
|
|
pub use serai_coordinator_libp2p_p2p::Libp2p;
|
|
}
|
|
|
|
fn main() {
|
|
todo!("TODO")
|
|
}
|