1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2025-06-08 09:08:49 +00:00

ch06 sighash flag typo: one input (s)

This commit is contained in:
jachiang 2017-09-11 21:07:16 +02:00
parent d736cc98e7
commit eb4116f8b4

View File

@ -610,8 +610,8 @@ In addition, there is a modifier flag +SIGHASH_ANYONECANPAY+, which can be combi
[options="header"] [options="header"]
|======================= |=======================
|SIGHASH flag| Value | Description |SIGHASH flag| Value | Description
| ALL\|ANYONECANPAY | 0x81 | Signature applies to one inputs and all outputs | ALL\|ANYONECANPAY | 0x81 | Signature applies to one input and all outputs
| NONE\|ANYONECANPAY | 0x82 | Signature applies to one inputs, none of the 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 | SINGLE\|ANYONECANPAY | 0x83 | Signature applies to one input and the output with the same index number
|======================= |=======================