From 9378e4822b4ea9b14a2552447f0a5e13e7607636 Mon Sep 17 00:00:00 2001 From: "kristen@oreilly.com" Date: Tue, 19 Oct 2021 07:48:03 -0700 Subject: [PATCH] Edited glossary.asciidoc with Atlas code editor --- glossary.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glossary.asciidoc b/glossary.asciidoc index 5d8bde5..ea42b9b 100644 --- a/glossary.asciidoc +++ b/glossary.asciidoc @@ -396,7 +396,7 @@ ScriptSig (aka signature script):: ScriptSig or signature script is the data generated by a spender, which are 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 this: +5J76sF8​L5jTtzE96r66Sf8cka9y44wdpJjMwCxR3tzLh​3ibVPxh+. + The secret number that unlocks bitcoin sent to the corresponding address. pass:[A secret] key looks like this: +5J76sF8L5j​TtzE96r66Sf8cka9y44wdpJjMwCxR3tzLh3i​bVPxh+. Segregated Witness, Segwit:: Segregated Witness, or Segwit, is an upgrade to the Bitcoin protocol introduced in 2017 that adds a new witness for signatures and other transaction authorization proofs. This new witness field is exempt from the calculation of the transaction ID, which solves most classes of 3rd-party transaction malleability. Segregated Witness was deployed as a soft fork and is a change that technically makes Bitcoin’s protocol rules more restrictive.