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

Document nLockTime #455

Closed
JustinDrake opened this Issue Jun 14, 2014 · 3 comments

Comments

Projects
None yet
2 participants

Location: https://bitcoin.org/en/developer-guide

nLockTime is no discussed.

Contributor

harding commented Jun 14, 2014

@JustinDrake nLockTime is discussed but we call it simply "locktime". See:

https://bitcoin.org/en/developer-guide#locktime-and-sequence-number

I just pushed a commit (cb5e430) that adds a quick note that locktime is called nLockTime in the Bitcoin Core source code. This should allow other people to find the locktime section by searching for "nLockTime." (This change will appear on the live site in a few minutes.)

Thanks for the report!

@harding harding closed this Jun 14, 2014

Great, thanks. The explanation given is awesome! Actually, the document as a whole rocks.

Contributor

harding commented Jun 14, 2014

@JustinDrake thanks!

@harding harding added the Dev Docs label Dec 13, 2014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment