Skip to content

Commit

Permalink
Re-export esplora_client
Browse files Browse the repository at this point in the history
  • Loading branch information
tnull authored and afilini committed Sep 28, 2022
1 parent 5baf46f commit cf2bc38
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,9 @@ pub extern crate bitcoincore_rpc;
#[cfg(feature = "electrum")]
pub extern crate electrum_client;

#[cfg(feature = "esplora")]
pub extern crate esplora_client;

#[cfg(feature = "key-value-db")]
pub extern crate sled;

Expand Down

0 comments on commit cf2bc38

Please sign in to comment.