Skip to content

Commit f125bcb

Browse files
committed
f correct error emssage
1 parent 94f4191 commit f125bcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/chain/channelmonitor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2238,7 +2238,7 @@ impl<Signer: Sign> ChannelMonitorImpl<Signer> {
22382238
None
22392239
}
22402240
} else {
2241-
debug_assert!(false, "Failed to derive a delayed payment key for a commitment state we accepted");
2241+
debug_assert!(false, "Failed to derive a revocation pubkey key for a commitment state we accepted");
22422242
None
22432243
};
22442244
if let Some(revokeable_p2wsh) = revokeable_p2wsh_opt {

0 commit comments

Comments
 (0)