This commit is contained in:
Doug Hoyte
2023-03-08 16:25:34 -05:00
parent 6a02490a8c
commit 4ab168861c
4 changed files with 215 additions and 7 deletions

View File

@ -78,7 +78,7 @@ void RelayServer::runXor(ThreadPool<MsgXor>::Thread &thr) {
view->v.finalise();
std::vector<std::string> haveIds, needIds;
auto resp = view->v.handleQuery(view->initialQuery, haveIds, needIds);
auto resp = view->v.reconcile(view->initialQuery, haveIds, needIds);
sendToConn(sub.connId, tao::json::to_string(tao::json::value::array({
"XOR-RES",