]> Untitled Git - bdk-cli/commitdiff
Add 'compact_filters' feature to CI, fix typo in ProxyOpts
authorSteve Myers <steve@notmandatory.org>
Tue, 1 Jun 2021 03:16:32 +0000 (20:16 -0700)
committerSteve Myers <steve@notmandatory.org>
Tue, 1 Jun 2021 03:16:32 +0000 (20:16 -0700)
.github/workflows/cont_integration.yml
src/lib.rs

index 3931db15f92ee3aba3d36638d81fecd9d9cfa08f..d3aa9fad77eab045ded06e5e23cc2fb3afd637f4 100644 (file)
@@ -18,6 +18,7 @@ jobs:
           - electrum
           - esplora
           - compiler
+          - compact_filters
           - repl,electrum,esplora,compiler
     steps:
       - name: Checkout
index 71e56b68cde56573c49d860ed43c26d0e1665125..8587705674ef94a35bfd1c0917655d9ad068c237 100644 (file)
@@ -371,7 +371,7 @@ pub struct ProxyOpts {
     pub proxy: Option<String>,
 
     /// Sets the SOCKS5 proxy credential
-    #[structopt(name="PRXOY_USER:PASSWD", long="proxy_auth", short="a", parse(try_from_str = parse_proxy_auth))]
+    #[structopt(name="PROXY_USER:PASSWD", long="proxy_auth", short="a", parse(try_from_str = parse_proxy_auth))]
     pub proxy_auth: Option<(String, String)>,
 
     /// Sets the SOCKS5 proxy retries for the Electrum client