From da1d9219bc415ffa7c4f9e9bb29119634f30994e Mon Sep 17 00:00:00 2001 From: Alekos Filini Date: Sat, 15 Aug 2020 23:21:13 +0200 Subject: [PATCH] [wallet] Add AddressValidators --- Cargo.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f9d4b30..ec9624b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,10 +66,9 @@ rand = "0.7" name = "repl" required-features = ["cli-utils"] [[example]] -name = "psbt" -required-features = ["cli-utils"] -[[example]] name = "parse_descriptor" +[[example]] +name = "address_validator" [[example]] name = "miniscriptc" -- 2.49.0