remove old comment

This commit is contained in:
Shawn Xie
2023-05-04 17:22:48 -04:00
parent 85e8342db3
commit 708e22b9d5

View File

@@ -273,7 +273,6 @@ main(int argc, char* argv[])
boost::asio::spawn(
ioc, [&backend, &workGuard, &timer](boost::asio::yield_context yield) {
//TODO: add ledger seq
doVerification(*backend, timer, yield);
workGuard.reset();
});