Skip to content

Commit 3a1d81d

Browse files
committed
add tool-chain file
1 parent 6369553 commit 3a1d81d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

cita-cli/src/cli/contract_command.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ pub fn contract_command() -> App<'static, 'static> {
8484
let contracts_address_arg = Arg::with_name("contracts")
8585
.long("contracts")
8686
.takes_value(true)
87-
.validator(|address| parse_address(address.as_str()))
8887
.required(true)
8988
.help("Contract address list");
9089
let function_hashes_arg = Arg::with_name("function-hashes")

rust-toolchain

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
stable

0 commit comments

Comments
 (0)