diff options
author | allenpiscitello <allen.piscitello@gmail.com> | 2022-03-24 13:19:16 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-24 13:19:16 -0500 |
commit | 33f8f62906a6b9564b3bd81946831f5412a97fb5 (patch) | |
tree | 13b9cb269a8b1fd41c3348e16a4f89cf87806b3d /bip-0174.mediawiki | |
parent | 274fa400d630ba757bec0c03b35ebe2345197108 (diff) |
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.
Diffstat (limited to 'bip-0174.mediawiki')
-rw-r--r-- | bip-0174.mediawiki | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0174.mediawiki b/bip-0174.mediawiki index bf33145..801b251 100644 --- a/bip-0174.mediawiki +++ b/bip-0174.mediawiki @@ -101,7 +101,7 @@ The currently defined global types are as follows: | <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). | 0 -| +| 2 | 0 | 174 |- |