a bit refactoring on wallet controller for issue_send_tx (#2280)

* a bit refactoring on wallet controller for issue_send_tx
This commit is contained in:
Gary Yu
2019-01-03 19:01:31 +08:00
committed by GitHub
parent 3092221997
commit 939f42ea56
3 changed files with 15 additions and 17 deletions
-1
View File
@@ -14,7 +14,6 @@
use crate::cmd::wallet_args;
use crate::config::GlobalWalletConfig;
use crate::servers::start_webwallet_server;
use clap::ArgMatches;
use grin_wallet::{self, HTTPNodeClient, WalletConfig, WalletSeed};
use std::path::PathBuf;