|
@@ -85,7 +85,10 @@ impl Indexable for NotificationPayload<Uuid> {
|
|
|
vec![Index::from(Notification::MintQuoteBolt11(mint_quote.quote))]
|
|
|
}
|
|
|
NotificationPayload::MintQuoteBolt12Response(mint_quote) => {
|
|
|
- vec![Index::from(Notification::MintQuoteBolt12(mint_quote.quote))]
|
|
|
+ vec![
|
|
|
+ Index::from(Notification::MintQuoteBolt12(mint_quote.quote)),
|
|
|
+ Index::from(Notification::MintQuoteBolt11(mint_quote.quote)),
|
|
|
+ ]
|
|
|
}
|
|
|
}
|
|
|
}
|