Fix compile error, minor nits

This commit is contained in:
Paul Hauner
2019-11-24 12:39:41 +11:00
parent 24dc9482a9
commit 6bf73e2b55
4 changed files with 2 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ extern crate network as client_network;
mod beacon;
pub mod config;
mod error;
pub mod helpers;
mod helpers;
mod metrics;
mod network;
mod node;