From 6647b56145d4c13627e4726a17560385b1e5e83a Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Tue, 21 Aug 2018 20:18:39 -0400 Subject: [PATCH 1/2] Correct my GitHub handle (CamelCase) --- preface.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preface.asciidoc b/preface.asciidoc index 11370838..8cc1e664 100644 --- a/preface.asciidoc +++ b/preface.asciidoc @@ -224,7 +224,7 @@ Following is a list of notable GitHub contributors, including their GitHub ID in * Lucas Betschart (lclc) * Magomed Aliev (30mb1) * Mai-Hsuan Chia (mhchia) -* marcofalke +* Marco Falke (MarcoFalke) * Marzig (marzig76) * Matt McGivney (mattmcgiv) * Maximilian Reichel (phramz) From f91e539a82a28dc5c984f7577c4e5809502b72c5 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Tue, 21 Aug 2018 20:29:13 -0400 Subject: [PATCH 2/2] ch10: Clarify sequence number for typical tx input --- ch10.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch10.asciidoc b/ch10.asciidoc index 47028166..570cd308 100644 --- a/ch10.asciidoc +++ b/ch10.asciidoc @@ -307,7 +307,7 @@ As you can see in <>, the coinbase transaction has a spec | 4 bytes | Output Index | The index number of the UTXO to be spent, first one is 0 | 1–9 bytes (VarInt) | Unlocking-Script Size | Unlocking-Script length in bytes, to follow | Variable | Unlocking-Script | A script that fulfills the conditions of the UTXO locking script -| 4 bytes | Sequence Number | Currently disabled Tx-replacement feature, set to 0xFFFFFFFF +| 4 bytes | Sequence Number | Usually set to 0xFFFFFFFF to opt out of BIP 125 and BIP 68 |======= [[table_8-2]]