improve the error messages

This commit is contained in:
rleungx
2018-04-21 21:12:57 +08:00
parent 39df21de30
commit 3da1fa4d88
7 changed files with 81 additions and 15 deletions

View File

@ -4,6 +4,8 @@ pub mod accountant_skel;
pub mod accountant_stub;
pub mod ecdsa;
pub mod entry;
#[cfg(feature = "erasure")]
pub mod erasure;
pub mod event;
pub mod hash;
pub mod historian;
@ -17,8 +19,6 @@ pub mod signature;
pub mod streamer;
pub mod subscribers;
pub mod transaction;
#[cfg(feature = "erasure")]
pub mod erasure;
extern crate bincode;
extern crate byteorder;
extern crate chrono;