Add config get/set functionality to wallet (#5452)

automerge
This commit is contained in:
Tyera Eulberg
2019-08-07 13:17:11 -06:00
committed by Grimes
parent f154a53e5e
commit 2a17e90b7b
5 changed files with 193 additions and 7 deletions

View File

@@ -1 +1,5 @@
#[macro_use]
extern crate lazy_static;
pub mod config;
pub mod wallet;