MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / rest_block_extended

Function rest_block_extended

src/rest.cpp:284–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282}
283
284static bool rest_block_extended(HTTPRequest* req, const std::string& strURIPart)
285{
286 return rest_block(req, strURIPart, true);
287}
288
289static bool rest_block_notxdetails(HTTPRequest* req, const std::string& strURIPart)
290{

Callers

nothing calls this directly

Calls 1

rest_blockFunction · 0.85

Tested by

no test coverage detected