@@ -347,9 +347,7 @@ impl ChainSource {
347
347
}
348
348
}
349
349
}
350
- }
351
350
352
- impl ChainSource {
353
351
// Synchronize the onchain wallet via transaction-based protocols (i.e., Esplora, Electrum,
354
352
// etc.)
355
353
pub ( crate ) async fn sync_onchain_wallet ( & self ) -> Result < ( ) , Error > {
@@ -367,9 +365,7 @@ impl ChainSource {
367
365
} ,
368
366
}
369
367
}
370
- }
371
368
372
- impl ChainSource {
373
369
// Synchronize the Lightning wallet via transaction-based protocols (i.e., Esplora, Electrum,
374
370
// etc.)
375
371
pub ( crate ) async fn sync_lightning_wallet (
@@ -394,9 +390,7 @@ impl ChainSource {
394
390
} ,
395
391
}
396
392
}
397
- }
398
393
399
- impl ChainSource {
400
394
pub ( crate ) async fn poll_and_update_listeners (
401
395
& self , channel_manager : Arc < ChannelManager > , chain_monitor : Arc < ChainMonitor > ,
402
396
output_sweeper : Arc < Sweeper > ,
@@ -419,9 +413,7 @@ impl ChainSource {
419
413
} ,
420
414
}
421
415
}
422
- }
423
416
424
- impl ChainSource {
425
417
pub ( crate ) async fn update_fee_rate_estimates ( & self ) -> Result < ( ) , Error > {
426
418
match & self . kind {
427
419
ChainSourceKind :: Esplora ( esplora_chain_source) => {
@@ -435,9 +427,7 @@ impl ChainSource {
435
427
} ,
436
428
}
437
429
}
438
- }
439
430
440
- impl ChainSource {
441
431
pub ( crate ) async fn process_broadcast_queue ( & self ) {
442
432
match & self . kind {
443
433
ChainSourceKind :: Esplora ( esplora_chain_source) => {
0 commit comments