]> Untitled Git - bdk-cli/commitdiff
Manual docs formatting fix
authorSteve Myers <steve@notmandatory.org>
Fri, 11 Feb 2022 18:49:40 +0000 (10:49 -0800)
committerSteve Myers <steve@notmandatory.org>
Fri, 11 Feb 2022 18:49:40 +0000 (10:49 -0800)
src/lib.rs

index 6ff70028030a9fa3e1ce0f3dc852115b3340bf89..9d083809f128a81f861ef6cc7dcd13668d2b8553 100644 (file)
@@ -416,18 +416,18 @@ let expected_wallet_opts = WalletOpts {
                    stop_gap: 10,
                    conc: 4
                },
-                #[cfg(feature = "compact_filters")]
-                compactfilter_opts: CompactFilterOpts{
+               #[cfg(feature = "compact_filters")]
+               compactfilter_opts: CompactFilterOpts{
                     address: vec!["127.0.0.1:18444".to_string()],
                     conn_count: 4,
                     skip_blocks: 0,
-                },
-                 #[cfg(feature = "rpc")]
-                 rpc_opts: RpcOpts{
+               },
+               #[cfg(feature = "rpc")]
+               rpc_opts: RpcOpts{
                     address: "127.0.0.1:18443".to_string(),
                     auth: ("user".to_string(), "password".to_string()),
                     skip_blocks: None,
-                },
+               },
                #[cfg(any(feature="compact_filters", feature="electrum", feature="esplora"))]
                     proxy_opts: ProxyOpts{
                         proxy: None,