Skip to content

Commit eb0cb4a

Browse files
committed
f drop useless newline
1 parent 432b928 commit eb0cb4a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lightning/src/chain/keysinterface.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,6 @@ pub trait ChannelKeys : Send+Clone {
247247
fn set_remote_channel_pubkeys(&mut self, channel_points: &ChannelPublicKeys);
248248
}
249249

250-
251250
/// A trait to describe an object which can get user secrets and key material.
252251
pub trait KeysInterface: Send + Sync {
253252
/// A type which implements ChannelKeys which will be returned by get_channel_keys.

0 commit comments

Comments
 (0)