File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ diesel::table! {
10
10
}
11
11
}
12
12
13
-
14
13
diesel:: table! {
15
14
cashu_mint ( mint_url) {
16
15
mint_url -> Text ,
@@ -134,4 +133,3 @@ diesel::allow_tables_to_appear_in_same_query!(
134
133
on_chain_receives,
135
134
profile,
136
135
) ;
137
-
Original file line number Diff line number Diff line change @@ -422,8 +422,8 @@ pub(crate) async fn spawn_invoice_receive_subscription(
422
422
)
423
423
. await ;
424
424
425
- if let Err ( e) =
426
- storage . mark_ln_receive_as_success ( operation_id. fmt_full ( ) . to_string ( ) , None )
425
+ if let Err ( e) = storage
426
+ . mark_ln_receive_as_success ( operation_id. fmt_full ( ) . to_string ( ) , None )
427
427
{
428
428
error ! ( "Could not mark lightning receive as success: {e}" ) ;
429
429
}
@@ -485,8 +485,8 @@ pub(crate) async fn spawn_lnv2_receive_subscription(
485
485
)
486
486
. await ;
487
487
488
- if let Err ( e) =
489
- storage . mark_ln_receive_as_success ( operation_id. fmt_full ( ) . to_string ( ) , None )
488
+ if let Err ( e) = storage
489
+ . mark_ln_receive_as_success ( operation_id. fmt_full ( ) . to_string ( ) , None )
490
490
{
491
491
error ! ( "Could not mark lightning receive as success: {e}" ) ;
492
492
}
You can’t perform that action at this time.
0 commit comments