]> git.bitcoin.ninja Git - rust-lightning/commit
Extract onion_utils::build_onion_payloads_callback helper.
authorValentine Wallace <vwallace@protonmail.com>
Fri, 10 May 2024 21:31:51 +0000 (17:31 -0400)
committerValentine Wallace <vwallace@protonmail.com>
Thu, 16 May 2024 22:08:44 +0000 (15:08 -0700)
commitbcdb67e5602c3c0d6a94893ea1681456061f4474
treeaa551930b8c27b91f764865ff87540ad795c59fc
parent2de600b984fbd9c54bc1341177ac821e259078a3
Extract onion_utils::build_onion_payloads_callback helper.

Will be useful when we want to calculate the total size of the payloads without
actually allocating for them.
lightning/src/ln/onion_utils.rs