We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b053dc2 commit 7be6c0aCopy full SHA for 7be6c0a
lightning/src/chain/keysinterface.rs
@@ -245,7 +245,6 @@ pub trait ChannelKeys : Send+Clone {
245
fn set_remote_channel_pubkeys(&mut self, channel_points: &ChannelPublicKeys);
246
}
247
248
-
249
/// A trait to describe an object which can get user secrets and key material.
250
pub trait KeysInterface: Send + Sync {
251
/// A type which implements ChannelKeys which will be returned by get_channel_keys.
0 commit comments