-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gossip_map: patch the gossip map info
The code generation is buggy because it decode a single byte with a Bitfield and then some type in the lightning network are decoded as [u8; 3]; This mean that the Bitfield should be able to skip the leng encoding, or semplify the implementation by having a type that is without size. Signed-off-by: Vincenzo Palazzo <[email protected]>
- Loading branch information
1 parent
1268f4c
commit ce661b6
Showing
2 changed files
with
26 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters