mirror of
https://github.com/bitcoin/bips.git
synced 2025-05-12 12:03:29 +00:00
Bugfix: scripts/buildtable: Tolerate Discussions-To, Replaces, Superseded-By, and Resolution headers
This commit is contained in:
parent
9bf1c75882
commit
6d086e11d0
@ -24,7 +24,11 @@ my %EmailField = (
|
|||||||
Editor => undef,
|
Editor => undef,
|
||||||
);
|
);
|
||||||
my %MiscField = (
|
my %MiscField = (
|
||||||
|
'Discussions-To' => undef,
|
||||||
'Post-History' => undef,
|
'Post-History' => undef,
|
||||||
|
'Replaces' => undef,
|
||||||
|
'Superseded-By' => undef,
|
||||||
|
'Resolution' => undef,
|
||||||
);
|
);
|
||||||
|
|
||||||
my %ValidLayer = (
|
my %ValidLayer = (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user