Skip to content

Commit 33f8f62

Browse files
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.
1 parent 274fa40 commit 33f8f62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bip-0174.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ The currently defined global types are as follows:
101101
| <tt><transaction></tt>
102102
| 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).
103103
| 0
104-
|
104+
| 2
105105
| 0
106106
| 174
107107
|-

0 commit comments

Comments
 (0)