More fleshed out testing scenario for FinalizePayment routine

This commit is contained in:
Lucas Rouckhout
2023-05-30 10:59:36 +02:00
parent af8e7f2376
commit 752f005257
2 changed files with 29 additions and 11 deletions

View File

@@ -165,6 +165,8 @@ func main() {
logger.Fatal(err)
}
defer amqpClient.Close()
rabbitmqClient, err = rabbitmq.NewClient(amqpClient,
rabbitmq.WithLogger(logger),
rabbitmq.WithLndInvoiceExchange(c.RabbitMQLndInvoiceExchange),