ethereum / go-verkle

A go implementation of Verkle trees

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

encode stem info as a list of bytes, not a hex number

gballet opened this issue · comments

By default, go will encode the extension status list as a hex number, which is not what the spec expects.