Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

readme中区块体(Body)的存储格式 描述疑问 #5

Open
tinglany opened this issue Apr 15, 2018 · 1 comment
Open

readme中区块体(Body)的存储格式 描述疑问 #5

tinglany opened this issue Apr 15, 2018 · 1 comment
Labels

Comments

@tinglany
Copy link

readme中关于:
区块体(Body)的存储格式为:
headerPrefix + num (uint64 big endian) + hash -> rlpEncode(header) ,
rlpEncode(xxxx) 中xxxx是不是写错了,应该是body而不是header?

@cyjseagull
Copy link

这里写法有问题,对于区块体RLP编码存储格式为:
bodyPrefix + num(uint64 big endian) + hash -> rlpEncode(Body)
我们会尽快修正这个问题

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants