From 911603236d3bfac0cd96bd158669f5f986c30e34 Mon Sep 17 00:00:00 2001 From: nadams Date: Tue, 18 Jul 2017 07:56:54 -0700 Subject: [PATCH] Edited glossary.asciidoc with Atlas code editor --- glossary.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glossary.asciidoc b/glossary.asciidoc index b2957d11..c6da8dd8 100644 --- a/glossary.asciidoc +++ b/glossary.asciidoc @@ -201,10 +201,10 @@ Script:: Bitcoin uses a scripting system for transactions. Forth-like, Script is simple, stack-based, and processed from left to right. It is purposefully not Turing-complete, with no loops. ScriptPubKey (aka Pubkey Script):: - ScriptPubKey or Pubkey Script, is 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. + ScriptPubKey or pubkey script, is 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. ScriptSig (aka Signature Script):: - ScriptSig or Signature Script, is the data generated by a spender which is almost always used as variables to satisfy a pubkey script. + ScriptSig or signature script, is the data generated by a spender which is almost always used as variables to satisfy a pubkey script. secret key (aka private key):: The secret number that unlocks bitcoin sent to the corresponding address. pass:[A secret] key looks like the following: