Skip to content

Commit 0ee80ff

Browse files
committed
fix(cbf): rename BestBlock to BlockLocator after rebase onto main
main now imports BestBlock as BlockLocator. Update new_cbf return type to match.
1 parent 674e3fc commit 0ee80ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/chain/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ impl ChainSource {
206206
fee_estimator: Arc<OnchainFeeEstimator>, tx_broadcaster: Arc<Broadcaster>,
207207
kv_store: Arc<DynStore>, config: Arc<Config>, logger: Arc<Logger>,
208208
node_metrics: Arc<RwLock<NodeMetrics>>,
209-
) -> Result<(Self, Option<BestBlock>), Error> {
209+
) -> Result<(Self, Option<BlockLocator>), Error> {
210210
let cbf_chain_source = CbfChainSource::new(
211211
peers,
212212
sync_config,

0 commit comments

Comments
 (0)