1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-06-30 12:42:43 +00:00

Make buildtable.pl support Requires: field

This commit is contained in:
Pieter Wuille 2020-01-19 14:24:30 -08:00
parent e1914b8173
commit fa305e5abd

View File

@ -34,6 +34,7 @@ my %MiscField = (
'Discussions-To' => undef, 'Discussions-To' => undef,
'Post-History' => undef, 'Post-History' => undef,
'Replaces' => undef, 'Replaces' => undef,
'Requires' => undef,
'Superseded-By' => undef, 'Superseded-By' => undef,
); );