| 348 | } |
| 349 | |
| 350 | static bool rest_block_notxdetails(const std::any& context, HTTPRequest* req, const std::string& strURIPart) |
| 351 | { |
| 352 | return rest_block(context, req, strURIPart, TxVerbosity::SHOW_TXID); |
| 353 | } |
| 354 | |
| 355 | static bool rest_filter_header(const std::any& context, HTTPRequest* req, const std::string& strURIPart) |
| 356 | { |
nothing calls this directly
no test coverage detected