summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallenpiscitello <allen.piscitello@gmail.com>2022-03-24 13:19:16 -0500
committerGitHub <noreply@github.com>2022-03-24 13:19:16 -0500
commit33f8f62906a6b9564b3bd81946831f5412a97fb5 (patch)
tree13b9cb269a8b1fd41c3348e16a4f89cf87806b3d
parent274fa400d630ba757bec0c03b35ebe2345197108 (diff)
downloadbips-33f8f62906a6b9564b3bd81946831f5412a97fb5.tar.xz
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.
-rw-r--r--bip-0174.mediawiki2
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
|-