@@ -54,7 +54,7 @@ impl BackgroundProcessor {
54
54
/// [`FilesystemPersister::persist_manager`]: ../lightning_persister/struct.FilesystemPersister.html#impl
55
55
pub fn start < PM , Signer , M , T , K , F , L > ( persist_manager : PM , manager : Arc < ChannelManager < Signer , Arc < M > , Arc < T > , Arc < K > , Arc < F > , Arc < L > > > , logger : Arc < L > ) -> Self
56
56
where Signer : ' static + Sign ,
57
- M : ' static + chain:: Watch < ChanSigner = Signer > ,
57
+ M : ' static + chain:: Watch < Signer > ,
58
58
T : ' static + BroadcasterInterface ,
59
59
K : ' static + KeysInterface < Signer =Signer > ,
60
60
F : ' static + FeeEstimator ,
@@ -275,7 +275,7 @@ mod tests {
275
275
// Test that if we encounter an error during manager persistence, the thread panics.
276
276
fn persist_manager < Signer , M , T , K , F , L > ( _data : & ChannelManager < Signer , Arc < M > , Arc < T > , Arc < K > , Arc < F > , Arc < L > > ) -> Result < ( ) , std:: io:: Error >
277
277
where Signer : ' static + Sign ,
278
- M : ' static + chain:: Watch < ChanSigner = Signer > ,
278
+ M : ' static + chain:: Watch < Signer > ,
279
279
T : ' static + BroadcasterInterface ,
280
280
K : ' static + KeysInterface < Signer =Signer > ,
281
281
F : ' static + FeeEstimator ,
0 commit comments