]> git.bitcoin.ninja Git - rust-lightning/commit
Introduce enqueue_invoice_request Function
authorshaavan <shaavan.github@gmail.com>
Thu, 25 Jul 2024 10:09:26 +0000 (15:39 +0530)
committershaavan <shaavan.github@gmail.com>
Thu, 12 Sep 2024 13:17:44 +0000 (18:47 +0530)
commit1881f352350155a262b96032fa7c01a7f1041654
tree90bd22117d4dbdd3ff753b580d2e43ae12854b4c
parent17d80f970f346a23d7581f45f7b9d4a7dc733dc6
Introduce enqueue_invoice_request Function

1. Separate the logic of forming `invoice_request` messages from
   `invoice_request` and `reply_paths` and enqueueing them into a
   separate function.
2. This logic will be reused in the following commit when reforming
   `invoice_request` messages for retrying.
lightning/src/ln/channelmanager.rs