Skip to content

Commit

Permalink
Manual docs formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
notmandatory committed Feb 11, 2022
1 parent c82fd90 commit 4a02a9f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4a02a9f

Please sign in to comment.