Wallet listener and server startup ambiguity fix (#774)

* unify code path for server run and create wallet seed if it doesn't exist

* rustfmt
This commit is contained in:
Yeastplume
2018-03-14 18:21:48 +00:00
committed by GitHub
parent 6a1a45e21f
commit c02309ce87
3 changed files with 90 additions and 91 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
extern crate grin_pow as pow;
pub mod ui;
mod table;
pub mod table;
mod peers;
mod constants;
mod menu;