Simplify the floodsub handler (#868)

This commit is contained in:
Pierre Krieger
2019-01-22 14:45:03 +01:00
committed by GitHub
parent d59ec09a83
commit a2ab7ff4a9
6 changed files with 327 additions and 320 deletions

View File

@ -34,7 +34,6 @@ extern crate tokio_codec;
extern crate tokio_io;
extern crate unsigned_varint;
pub mod handler;
pub mod protocol;
mod layer;