mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-25 07:17:40 +01:00
This was previously broken and would result in an invalid HMAC error, because we had a hardcoded assumption that OM hop data would always be of size 1300.
4 lines
127 B
Text
4 lines
127 B
Text
## Bug Fixes
|
|
|
|
* Fixed sending large onion messages, which previously would result in an HMAC error on the second
|
|
hop (#2277).
|