Move all handling except network/gossip from /bin to wallet module

This commit is contained in:
Tyera Eulberg
2018-09-14 02:58:39 -06:00
committed by Tyera Eulberg
parent 9e24775051
commit 9ca2f5b3f7
3 changed files with 255 additions and 242 deletions

View File

@@ -64,6 +64,8 @@ extern crate bincode;
extern crate bs58;
extern crate byteorder;
extern crate chrono;
extern crate clap;
extern crate dirs;
extern crate generic_array;
extern crate itertools;
extern crate jsonrpc_core;