File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -163,13 +163,13 @@ impl PendingOutboundPayment {
163
163
let our_payment_hash;
164
164
core:: mem:: swap ( & mut session_privs, match self {
165
165
PendingOutboundPayment :: Legacy { .. } |
166
- PendingOutboundPayment :: Fulfilled { .. } =>
166
+ PendingOutboundPayment :: Fulfilled { .. } =>
167
167
return Err ( ( ) ) ,
168
- PendingOutboundPayment :: Retryable { session_privs, payment_hash, .. } |
169
- PendingOutboundPayment :: Abandoned { session_privs, payment_hash, .. } => {
170
- our_payment_hash = * payment_hash;
171
- session_privs
172
- } ,
168
+ PendingOutboundPayment :: Retryable { session_privs, payment_hash, .. } |
169
+ PendingOutboundPayment :: Abandoned { session_privs, payment_hash, .. } => {
170
+ our_payment_hash = * payment_hash;
171
+ session_privs
172
+ } ,
173
173
} ) ;
174
174
* self = PendingOutboundPayment :: Abandoned { session_privs, payment_hash : our_payment_hash } ;
175
175
Ok ( ( ) )
You can’t perform that action at this time.
0 commit comments