Move CLI blockhash_query module into client crate

This commit is contained in:
Trent Nelson
2020-09-22 16:06:14 -06:00
committed by Trent Nelson
parent 0c58123b45
commit ba353c2b1d
11 changed files with 43 additions and 41 deletions

1
Cargo.lock generated
View File

@@ -3585,6 +3585,7 @@ dependencies = [
"assert_matches",
"bincode",
"bs58",
"clap",
"indicatif",
"jsonrpc-core",
"jsonrpc-http-server",