From 6c9722c91bf8ff4e5dd8bb5c1133da5d72ac44b4 Mon Sep 17 00:00:00 2001 From: "kristen@oreilly.com" Date: Tue, 19 Oct 2021 07:44:30 -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 fc29dfe..5d8bde5 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: +5J76sF8L5jTtzE96r66Sf8cka9y44wdpJj​MwCxR3tzLh3ibVPxh+. + The secret number that unlocks bitcoin sent to the corresponding address. pass:[A secret] key looks like this: +5J76sF8​L5jTtzE96r66Sf8cka9y44wdpJjMwCxR3tzLh​3ibVPxh+. 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.