| 658 | } |
| 659 | |
| 660 | void StartContractGeneration(const string& regid, const int64_t period, const int64_t batchSize) { |
| 661 | g_tpsTester.StartCommonGeneration(period, batchSize, boost::bind(&ContractTxGenerator, &g_tpsTester, regid)); |
| 662 | } |
| 663 | |
| 664 | Value startcontracttpstest(const Array& params, bool fHelp) { |
| 665 | if (fHelp || params.size() != 3) { |
no test coverage detected