Skip to content

Commit

Permalink
API: Make bitcoind_client field public
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitalturtle committed Jan 18, 2024
1 parent 43941d2 commit add68ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pub(crate) type Scorer = ProbabilisticScorer<Arc<NetworkGraph>, Arc<FilesystemLo

pub struct Node {
pub(crate) logger: Arc<FilesystemLogger>,
pub(crate) bitcoind_client: Arc<BitcoindClient>,
pub bitcoind_client: Arc<BitcoindClient>,
pub(crate) persister: Arc<FilesystemStore>,
pub(crate) chain_monitor: Arc<ChainMonitor>,
pub(crate) keys_manager: Arc<KeysManager>,
Expand Down

0 comments on commit add68ad

Please sign in to comment.