We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 674e3fc commit 0ee80ffCopy full SHA for 0ee80ff
1 file changed
src/chain/mod.rs
@@ -206,7 +206,7 @@ impl ChainSource {
206
fee_estimator: Arc<OnchainFeeEstimator>, tx_broadcaster: Arc<Broadcaster>,
207
kv_store: Arc<DynStore>, config: Arc<Config>, logger: Arc<Logger>,
208
node_metrics: Arc<RwLock<NodeMetrics>>,
209
- ) -> Result<(Self, Option<BestBlock>), Error> {
+ ) -> Result<(Self, Option<BlockLocator>), Error> {
210
let cbf_chain_source = CbfChainSource::new(
211
peers,
212
sync_config,
0 commit comments