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
Clarify that Pubkey Scripts are called scriptPubKe #1323
Conversation
Flowdalic
added a commit
to Flowdalic/bitcoin.org
that referenced
this pull request
Jun 30, 2016
Flowdalic
referenced this pull request
Jun 30, 2016
Merged
Make ScriptSig description a bit more verbose #1324
harding
commented on an outdated diff
Jun 30, 2016
_data/glossary/en/pubkey-script.yaml
| @@ -10,7 +10,7 @@ required: | ||
| A script included in outputs which sets the conditions that must | ||
| be fulfilled for those satoshis to be spent. Data for | ||
| fulfilling the conditions can be provided in a signature script. | ||
| - Called a scriptPubKey in code. | ||
| + Pubkey Scripts are called a `scriptPubKey` in code. |
harding
Contributor
|
|
Removed backticks |
|
ACK. Thanks again! |
Cobra-Bitcoin
merged commit 550d9ba
into
bitcoin-dot-org:master
Jul 5, 2016
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Flowdalic commentedJun 30, 2016
Readers could get the impression that the script for fulfilling the conditions is called scriptPubKey in code (which is not true).