@@ -700,7 +700,9 @@ impl ChainSource {
700
700
}
701
701
}
702
702
}
703
+ }
703
704
705
+ impl ChainSource {
704
706
// Synchronize the onchain wallet via transaction-based protocols (i.e., Esplora, Electrum,
705
707
// etc.)
706
708
pub ( crate ) async fn sync_onchain_wallet ( & self ) -> Result < ( ) , Error > {
@@ -917,7 +919,9 @@ impl ChainSource {
917
919
} ,
918
920
}
919
921
}
922
+ }
920
923
924
+ impl ChainSource {
921
925
// Synchronize the Lightning wallet via transaction-based protocols (i.e., Esplora, Electrum,
922
926
// etc.)
923
927
pub ( crate ) async fn sync_lightning_wallet (
@@ -1087,7 +1091,9 @@ impl ChainSource {
1087
1091
} ,
1088
1092
}
1089
1093
}
1094
+ }
1090
1095
1096
+ impl ChainSource {
1091
1097
pub ( crate ) async fn poll_and_update_listeners (
1092
1098
& self , channel_manager : Arc < ChannelManager > , chain_monitor : Arc < ChainMonitor > ,
1093
1099
output_sweeper : Arc < Sweeper > ,
@@ -1241,7 +1247,9 @@ impl ChainSource {
1241
1247
} ,
1242
1248
}
1243
1249
}
1250
+ }
1244
1251
1252
+ impl ChainSource {
1245
1253
pub ( crate ) async fn update_fee_rate_estimates ( & self ) -> Result < ( ) , Error > {
1246
1254
match & self . kind {
1247
1255
ChainSourceKind :: Esplora {
@@ -1504,7 +1512,9 @@ impl ChainSource {
1504
1512
} ,
1505
1513
}
1506
1514
}
1515
+ }
1507
1516
1517
+ impl ChainSource {
1508
1518
pub ( crate ) async fn process_broadcast_queue ( & self ) {
1509
1519
match & self . kind {
1510
1520
ChainSourceKind :: Esplora { esplora_client, tx_broadcaster, logger, .. } => {
0 commit comments