From a37ecd0271cb4b771bac9bb48d7dec652fe0d785 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Thu, 30 Jun 2016 16:59:19 +0200 Subject: [PATCH] Clarify that Pubkey Scripts are called scriptPubKe Readers could get the impression that the script for fulfilling the conditions is called scriptPubKey in code (which is not true). --- _data/glossary/en/pubkey-script.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/glossary/en/pubkey-script.yaml b/_data/glossary/en/pubkey-script.yaml index 14a4c898..2b3387af 100644 --- a/_data/glossary/en/pubkey-script.yaml +++ b/_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. synonyms_shown_in_glossary_capitalize_first_letter: - Pubkey script