Add keypair print (#5766)

automerge
This commit is contained in:
Tyera Eulberg
2019-09-02 12:53:13 -07:00
committed by Grimes
parent 85e5fbeb35
commit e8ab599bae
2 changed files with 5 additions and 1 deletions

View File

@@ -99,6 +99,7 @@ pub fn parse_args(matches: &ArgMatches<'_>) -> Result<WalletConfig, Box<dyn erro
command,
json_rpc_url,
keypair,
keypair_path: id_path.to_string(),
rpc_client: None,
})
}