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 432b928 commit eb0cb4aCopy full SHA for eb0cb4a
lightning/src/chain/keysinterface.rs
@@ -247,7 +247,6 @@ pub trait ChannelKeys : Send+Clone {
247
fn set_remote_channel_pubkeys(&mut self, channel_points: &ChannelPublicKeys);
248
}
249
250
-
251
/// A trait to describe an object which can get user secrets and key material.
252
pub trait KeysInterface: Send + Sync {
253
/// A type which implements ChannelKeys which will be returned by get_channel_keys.
0 commit comments