Skip to content

Commit 7be6c0a

Browse files
committed
f drop useless newline
1 parent b053dc2 commit 7be6c0a

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
@@ -245,7 +245,6 @@ pub trait ChannelKeys : Send+Clone {
245245
fn set_remote_channel_pubkeys(&mut self, channel_points: &ChannelPublicKeys);
246246
}
247247

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

0 commit comments

Comments
 (0)