mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -05:00
Fix build
This commit is contained in:
@@ -76,8 +76,8 @@ impl CashierService {
|
||||
cfg_if::cfg_if! {
|
||||
if #[cfg(feature = "default")]{
|
||||
// TODO: the endpoint should be generic according to asset_id
|
||||
let btc_endpoint: (Network, String) =
|
||||
(bitcoin::network::constants::Network,
|
||||
let btc_endpoint: (bitcoin::network::constants::Network, String) =
|
||||
(bitcoin::network::constants::Network::Bitcoin,
|
||||
String::from("ssl://blockstream.info:993"));
|
||||
|
||||
let btc_client = super::btc::BtcClient::new(btc_endpoint)?;
|
||||
|
||||
Reference in New Issue
Block a user