1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-01-18 21:35:13 +01:00

Bugfix: scripts/buildtable: Tolerate Discussions-To, Replaces, Superseded-By, and Resolution headers

This commit is contained in:
Luke Dashjr 2016-10-05 05:50:12 +00:00
parent 9bf1c75882
commit 6d086e11d0

View File

@ -24,7 +24,11 @@ my %EmailField = (
Editor => undef,
);
my %MiscField = (
'Discussions-To' => undef,
'Post-History' => undef,
'Replaces' => undef,
'Superseded-By' => undef,
'Resolution' => undef,
);
my %ValidLayer = (