mirror of
https://github.com/bitcoin/bips.git
synced 2026-05-18 16:59:30 +00:00
Fixing incorrect allowing of unsigned transaction
V2 does not allow Global Key Type of 0 (Unsigned Transaction), but not listed as excluded in the spec.
This commit is contained in:
@@ -101,7 +101,7 @@ The currently defined global types are as follows:
|
|||||||
| <tt><transaction></tt>
|
| <tt><transaction></tt>
|
||||||
| The transaction in network serialization. The scriptSigs and witnesses for each input must be empty. The transaction must be in the old serialization format (without witnesses).
|
| The transaction in network serialization. The scriptSigs and witnesses for each input must be empty. The transaction must be in the old serialization format (without witnesses).
|
||||||
| 0
|
| 0
|
||||||
|
|
| 2
|
||||||
| 0
|
| 0
|
||||||
| 174
|
| 174
|
||||||
|-
|
|-
|
||||||
|
|||||||
Reference in New Issue
Block a user