error when marker does not exist (#167)

This commit is contained in:
Nathan Nichols
2022-06-15 16:18:45 -05:00
committed by GitHub
parent 166ff63dbc
commit 14a972c8e2
2 changed files with 8 additions and 1 deletions

View File

@@ -145,7 +145,6 @@ static std::unordered_map<std::string, std::function<Result(Context const&)>>
{"ledger_data", &doLedgerData},
{"ledger_entry", &doLedgerEntry},
{"ledger_range", &doLedgerRange},
{"ledger_data", &doLedgerData},
{"nft_buy_offers", &doNFTBuyOffers},
{"nft_sell_offers", &doNFTSellOffers},
{"subscribe", &doSubscribe},