Skip to content

Commit

Permalink
Remove event triggering
Browse files Browse the repository at this point in the history
There are no listeners this early in the program stage[1]

[1] cashubtc#394 (comment)
  • Loading branch information
crodas committed Oct 28, 2024
1 parent 101b1c5 commit d7f5791
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions crates/cdk-mintd/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -640,13 +640,6 @@ async fn check_pending_melt_quotes(
mint.localstore
.update_melt_quote_state(&pending_quote.id, pay_invoice_response.status)
.await?;

mint.pubsub_manager.melt_quote_status(
&pending_quote,
None,
None,
pay_invoice_response.status,
);
}
};
}
Expand Down

0 comments on commit d7f5791

Please sign in to comment.