mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-25 06:05:53 +00:00
error when marker does not exist (#167)
This commit is contained in:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user