simple BFT agreement

This commit is contained in:
Robert Habermeier
2017-12-18 11:08:29 +01:00
parent afdc9d69e2
commit 9a030d6e09
3 changed files with 95 additions and 8 deletions
+2 -7
View File
@@ -29,14 +29,9 @@
//!
//! Groups themselves may be compromised by malicious validators.
#[macro_use]
extern crate futures;
extern crate polkadot_primitives as primitives;
pub mod bft;
pub mod table;
#[cfg(test)]
mod tests {
#[test]
fn it_works() {
}
}