Using miner in rpc instead of sync

This commit is contained in:
Tomasz Drwięga
2016-03-11 14:48:30 +01:00
parent 03da6c991f
commit 197ea7f7d6
5 changed files with 67 additions and 46 deletions

View File

@@ -171,6 +171,7 @@ struct Args {
flag_nodekey: Option<String>,
flag_nodiscover: bool,
flag_maxpeers: Option<usize>,
flag_gasprice: String,
flag_author: String,
flag_extra_data: Option<String>,
flag_datadir: Option<String>,