X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=src%2Fln%2Fchannel.rs;h=0ad0c0f52b90a667fdb9aedd5aecbc73d999bfe5;hb=26a71926899459305ae2bb6a58828b215c35a547;hp=08f2446c05a156272abbca64e98eacae51d2a93e;hpb=5e9e1992794bd7015a3f639c213bb130a1ae9ea8;p=rust-lightning diff --git a/src/ln/channel.rs b/src/ln/channel.rs index 08f2446c..0ad0c0f5 100644 --- a/src/ln/channel.rs +++ b/src/ln/channel.rs @@ -3901,6 +3901,7 @@ mod tests { } fn get_channel_keys(&self, _inbound: bool) -> ChannelKeys { self.chan_keys.clone() } + fn get_session_key(&self) -> SecretKey { panic!(); } } #[test]