mirror of
https://github.com/getAlby/lndhub.go.git
synced 2026-02-23 05:44:23 +01:00
add default queue/exchange
This commit is contained in:
@@ -126,7 +126,9 @@ func Dial(uri string, options ...ClientOption) (Client, error) {
|
||||
),
|
||||
|
||||
lndInvoiceConsumerQueueName: "lnd_invoice_consumer",
|
||||
lndPaymentConsumerQueueName: "lnd_payment_consumer",
|
||||
lndInvoiceExchange: "lnd_invoice",
|
||||
lndPaymentExchange: "lnd_payment",
|
||||
lndHubInvoiceExchange: "lndhub_invoice",
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user