Commit baecd99
fix: Return raw bytes for Unknown message payload encoding
Fix consensus_encode_payload for Unknown message variants to return
the raw payload bytes directly instead of using serialize() which
adds a VarInt length prefix. This matches consensus_decode_payload
which expects raw bytes.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <[email protected]>1 parent cc9b8ab commit baecd99
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
408 | 408 | | |
409 | 409 | | |
410 | 410 | | |
411 | | - | |
| 411 | + | |
412 | 412 | | |
413 | 413 | | |
414 | 414 | | |
| |||
0 commit comments