Skip to content

Commit e886138

Browse files
committed
f - remove unnecessarily added traits on PaymentSendFailure
1 parent 089aa4d commit e886138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/outbound_payment.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ pub enum RetryableSendFailure {
339339
/// the description of individual enum states for more.
340340
///
341341
/// [`ChannelManager::send_payment`]: crate::ln::channelmanager::ChannelManager::send_payment
342-
#[derive(Clone, Debug, PartialEq, Eq)]
342+
#[derive(Clone, Debug)]
343343
pub enum PaymentSendFailure {
344344
/// A parameter which was passed to send_payment was invalid, preventing us from attempting to
345345
/// send the payment at all.

0 commit comments

Comments
 (0)