Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Typo in block version header data type? #1413
Comments
|
There is definitely a typo in developer reference because nVersion declared as |
|
@axvm Pull request welcome |
axvm
referenced this issue
in axvm/bitcoin.org
Nov 19, 2016
Closed
Changed version data type to signed int32 #1
|
@MarcoFalke done. Let me know if I need to change something in pr. |
|
Made PR to correct repo. |
wbnns
self-assigned this
Dec 9, 2016
wbnns
closed this
Dec 20, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
axvm commentedNov 19, 2016
Hello,
Developer reference says version header data type is
uint32but as @fanatid mention in bitcoinjs/bitcoinjs-lib#712protocol documentation says version header datatype is
signed int32.I'd like to know who is right. Thanks.
Source File: _includes/devdoc/ref_block_chain.md