les: flesh out event handler

This commit is contained in:
Robert Habermeier
2016-12-07 13:52:45 +01:00
parent b38d95328d
commit cdc758368a
6 changed files with 129 additions and 44 deletions

View File

@@ -37,6 +37,10 @@ extern crate semver;
extern crate parking_lot;
extern crate rlp;
#[cfg(feature = "light")]
extern crate ethcore_light as light;
#[macro_use]
extern crate log;
#[macro_use]