mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-07 07:30:23 +03:00
zuse: correctly encode leading zeroes in rlp data
This commit is contained in:
parent
5c56cce6ea
commit
7755bc9718
@ -8056,8 +8056,7 @@
|
|||||||
%b
|
%b
|
||||||
?: &(=(1 wid.b.in) (lte dat.b.in 0x7f))
|
?: &(=(1 wid.b.in) (lte dat.b.in 0x7f))
|
||||||
dat.b.in
|
dat.b.in
|
||||||
%^ cat 3 dat.b.in
|
=- (can 3 ~[b.in [(met 3 -) -]])
|
||||||
::TODO unsure if this should pass wid or (met 3 dat)...
|
|
||||||
(encode-length wid.b.in 0x80)
|
(encode-length wid.b.in 0x80)
|
||||||
::
|
::
|
||||||
%l
|
%l
|
||||||
|
Loading…
Reference in New Issue
Block a user