MCPcopy Create free account
hub / github.com/WaykiChain/WaykiChain / StartCommonGeneration

Function StartCommonGeneration

src/rpc/rpcblockchain.cpp:558–560  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

556}
557
558void StartCommonGeneration(const int64_t period, const int64_t batchSize) {
559 g_tpsTester.StartCommonGeneration(period, batchSize, boost::bind(&CommonTxGenerator, &g_tpsTester));
560}
561
562Value startcommontpstest(const Array& params, bool fHelp) {
563 if (fHelp || params.size() != 2) {

Callers 2

ShutdownFunction · 0.85
startcommontpstestFunction · 0.85

Calls 1

StartCommonGenerationMethod · 0.80

Tested by

no test coverage detected