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 |=======================