diff options
author | Luke Dashjr <luke_github1@dashjr.org> | 2022-05-05 16:27:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-05 16:27:23 +0000 |
commit | 6452b8b7b5cad2765ab2efb90e88fc546f6f59dc (patch) | |
tree | 54cae9ce358d1c6fb611187716ae5643ebe467cb | |
parent | 5085c7547bcfec08976d542cc11a696c9e3056f1 (diff) | |
parent | 33f8f62906a6b9564b3bd81946831f5412a97fb5 (diff) |
Merge pull request #1290 from allenpiscitello/patch-1
Fixing incorrect allowing of unsigned transaction
-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 41f8bb9..f1decfd 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 |- |