diff --git a/src/rpc/handlers/ServerInfo.cpp b/src/rpc/handlers/ServerInfo.cpp index c46714e8e..f6fb04538 100644 --- a/src/rpc/handlers/ServerInfo.cpp +++ b/src/rpc/handlers/ServerInfo.cpp @@ -22,7 +22,7 @@ doServerInfo(Context const& context) { response["info"] = boost::json::object{}; response["info"].as_object()["complete_ledgers"] = - std::to_string(range->minSequence) + " - " + + std::to_string(range->minSequence) + "-" + std::to_string(range->maxSequence); }