mirror of
https://github.com/bitcoin/bips.git
synced 2026-03-09 15:53:54 +00:00
process: Allow Deputies header
This commit is contained in:
@@ -16,6 +16,7 @@ my %RequiredFields = (
|
|||||||
);
|
);
|
||||||
my %MayHaveMulti = (
|
my %MayHaveMulti = (
|
||||||
Authors => undef,
|
Authors => undef,
|
||||||
|
Deputies => undef,
|
||||||
'Comments-URI' => undef,
|
'Comments-URI' => undef,
|
||||||
License => undef,
|
License => undef,
|
||||||
'License-Code' => undef,
|
'License-Code' => undef,
|
||||||
@@ -27,8 +28,10 @@ my %DateField = (
|
|||||||
my %EmailField = (
|
my %EmailField = (
|
||||||
Authors => undef,
|
Authors => undef,
|
||||||
Editor => undef,
|
Editor => undef,
|
||||||
|
Deputies => undef,
|
||||||
);
|
);
|
||||||
my %MiscField = (
|
my %MiscField = (
|
||||||
|
'Deputies' => undef,
|
||||||
'Comments-URI' => undef,
|
'Comments-URI' => undef,
|
||||||
'Comments-Summary' => undef,
|
'Comments-Summary' => undef,
|
||||||
'Discussions-To' => undef,
|
'Discussions-To' => undef,
|
||||||
|
|||||||
Reference in New Issue
Block a user