1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-03-02 15:43:53 +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,
'Post-History' => undef,
'Replaces' => undef,
'Requires' => undef,
'Superseded-By' => undef,
);