simulate x ledgers at once

This commit is contained in:
CJ Cobb
2021-06-24 18:29:19 +00:00
parent efa0dd5478
commit 43374e55bd
3 changed files with 35 additions and 7 deletions

View File

@@ -174,8 +174,6 @@ handle_request(
wsStyleRequest["command"] = request["method"];
std::cout << "Transfromed to ws style stuff" << std::endl;
auto [builtResponse, cost] =
buildResponse(wsStyleRequest, backend, nullptr, balancer, nullptr);