File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -163,13 +163,13 @@ impl PendingOutboundPayment {
163163 let our_payment_hash;
164164 core:: mem:: swap ( & mut session_privs, match self {
165165 PendingOutboundPayment :: Legacy { .. } |
166- PendingOutboundPayment :: Fulfilled { .. } =>
166+ PendingOutboundPayment :: Fulfilled { .. } =>
167167 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+ } ,
173173 } ) ;
174174 * self = PendingOutboundPayment :: Abandoned { session_privs, payment_hash : our_payment_hash } ;
175175 Ok ( ( ) )
You can’t perform that action at this time.
0 commit comments