make startup file creation fail more explicitly (#7)

* add explicit permission error handling

* create error_helpers as mod to keep main.rs succint

* rename error_helpers -> startup_helpers
This commit is contained in:
Za Wilcox
2019-10-18 20:28:02 -06:00
committed by adityapk00
parent e3a0fd2dea
commit 201b47af5c
3 changed files with 28 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
#[macro_use]
extern crate rust_embed;
pub mod startup_helpers;
pub mod lightclient;
pub mod grpcconnector;
pub mod lightwallet;