Skip to content

Commit d5766ab

Browse files
committed
Merge commit 'refs/pull/52/head' of github.com:bitcoindevkit/rust-electrum-client
2 parents 7776ec0 + f30c37b commit d5766ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@ pub use batch::Batch;
6060
all(feature = "proxy", feature = "use-rustls")
6161
))]
6262
pub use client::*;
63-
pub use config::{ConfigBuilder, Socks5Config};
63+
pub use config::{Config, ConfigBuilder, Socks5Config};
6464
pub use types::*;

0 commit comments

Comments
 (0)