Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(network): fix IntersectNotFound CBOR encoding (#575)
IntersectNotFound carries both a label/tag and the tip of the node; so the size of the array must be of length 2. See also: https://github.com/IntersectMBO/ouroboros-network/blob/efb64c78b8eb56027d9af12e3e786c5261ad5bd3/ouroboros-network-protocols/src/Ouroboros/Network/Protocol/ChainSync/Codec.hs#L144 Signed-off-by: Matthias Benkort <5680256+KtorZ@users.noreply.github.com>
- Loading branch information