Skip to content

Commit af19599

Browse files
committed
f drop silly trailing if-continue
1 parent b439094 commit af19599

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3522,9 +3522,6 @@ where
35223522
};
35233523
let mut config = context.config();
35243524
config.apply(config_update);
3525-
if !context.update_config(&config) {
3526-
continue;
3527-
}
35283525
}
35293526
Ok(())
35303527
}

0 commit comments

Comments
 (0)