From eb4116f8b47b211f5748fa816138a2d2906a22c6 Mon Sep 17 00:00:00 2001 From: jachiang <26572234+jachiang@users.noreply.github.com> Date: Mon, 11 Sep 2017 21:07:16 +0200 Subject: [PATCH] ch06 sighash flag typo: one input (s) --- ch06.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ch06.asciidoc b/ch06.asciidoc index 30ee8c07..dd687964 100644 --- a/ch06.asciidoc +++ b/ch06.asciidoc @@ -610,8 +610,8 @@ In addition, there is a modifier flag +SIGHASH_ANYONECANPAY+, which can be combi [options="header"] |======================= |SIGHASH flag| Value | Description -| ALL\|ANYONECANPAY | 0x81 | Signature applies to one inputs and all outputs -| NONE\|ANYONECANPAY | 0x82 | Signature applies to one inputs, none of the outputs +| ALL\|ANYONECANPAY | 0x81 | Signature applies to one input and all outputs +| NONE\|ANYONECANPAY | 0x82 | Signature applies to one input, none of the outputs | SINGLE\|ANYONECANPAY | 0x83 | Signature applies to one input and the output with the same index number |=======================