| 343 | } |
| 344 | |
| 345 | static bool rest_block_extended(const std::any& context, HTTPRequest* req, const std::string& strURIPart) |
| 346 | { |
| 347 | return rest_block(context, req, strURIPart, TxVerbosity::SHOW_DETAILS_AND_PREVOUT); |
| 348 | } |
| 349 | |
| 350 | static bool rest_block_notxdetails(const std::any& context, HTTPRequest* req, const std::string& strURIPart) |
| 351 | { |
nothing calls this directly
no test coverage detected