Improve naming of fields associated with the NegativeUNL

This commit is contained in:
Peng Wang
2020-08-03 00:02:45 -04:00
committed by Nik Bougalis
parent 72a9a2bdbb
commit 12c0e8148b
19 changed files with 201 additions and 194 deletions

View File

@@ -228,9 +228,9 @@ LedgerFormats::LedgerFormats()
add(jss::NegativeUNL,
ltNEGATIVE_UNL,
{
{sfNegativeUNL, soeOPTIONAL},
{sfNegativeUNLToDisable, soeOPTIONAL},
{sfNegativeUNLToReEnable, soeOPTIONAL},
{sfDisabledValidators, soeOPTIONAL},
{sfValidatorToDisable, soeOPTIONAL},
{sfValidatorToReEnable, soeOPTIONAL},
},
commonFields);
}