1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2025-04-08 18:56:14 +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"]
|=======================
|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
|=======================