update ledger entry count

This commit is contained in:
Denis Angell
2023-04-10 17:34:57 +00:00
parent cb259e83b0
commit 3b580c0d07

View File

@@ -1067,7 +1067,7 @@ chooseLedgerEntryType(Json::Value const& params)
std::pair<RPC::Status, LedgerEntryType> result{RPC::Status::OK, ltANY};
if (params.isMember(jss::type))
{
static constexpr std::array<std::pair<char const*, LedgerEntryType>, 18>
static constexpr std::array<std::pair<char const*, LedgerEntryType>, 19>
types{
{{jss::account, ltACCOUNT_ROOT},
{jss::amendments, ltAMENDMENTS},