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

Function syncwithvalidationinterfacequeue

src/rpc/blockchain.cpp:346–359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344}
345
346static UniValue syncwithvalidationinterfacequeue(const JSONRPCRequest& request)
347{
348 if (request.fHelp || request.params.size() > 0) {
349 throw std::runtime_error(
350 "syncwithvalidationinterfacequeue\n"
351 "\nWaits for the validation interface queue to catch up on everything that was there when we entered this function.\n"
352 "\nExamples:\n"
353 + HelpExampleCli("syncwithvalidationinterfacequeue","")
354 + HelpExampleRpc("syncwithvalidationinterfacequeue","")
355 );
356 }
357 SyncWithValidationInterfaceQueue();
358 return NullUniValue;
359}
360
361static UniValue getdifficulty(const JSONRPCRequest& request)
362{

Callers

nothing calls this directly

Calls 4

HelpExampleCliFunction · 0.85
HelpExampleRpcFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected