Skip to content

Commit c1f27ef

Browse files
committed
prefactor: rename bitcoind_rpc to bitcoind
Since we unify RPC and REST sync clients in the following commit, we rename bitcoind_rpc to bitcoind as this appropriately captures the unified client.
1 parent 3385495 commit c1f27ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

src/chain/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
// http://opensource.org/licenses/MIT>, at your option. You may not use this file except in
66
// accordance with one or both of these licenses.
77

8-
mod bitcoind_rpc;
8+
mod bitcoind;
99
mod electrum;
1010

11-
use crate::chain::bitcoind_rpc::{
11+
use crate::chain::bitcoind::{
1212
BitcoindRpcClient, BoundedHeaderCache, ChainListener, FeeRateEstimationMode,
1313
};
1414
use crate::chain::electrum::ElectrumRuntimeClient;

0 commit comments

Comments
 (0)