fix: comment from verify config PR (#1823)

PR here: https://github.com/XRPLF/clio/pull/1814#
This commit is contained in:
Peter Chen
2025-01-13 12:58:20 -05:00
committed by GitHub
parent 9659d98140
commit c47b96bc68
4 changed files with 12 additions and 11 deletions

View File

@@ -208,11 +208,3 @@ static constexpr auto kINVALID_JSON_DATA = R"JSON({
"withDefault" : "0.0"
}
})JSON";
// used to Verify Config test
static constexpr auto kVALID_JSON_DATA = R"JSON({
"server": {
"ip": "0.0.0.0",
"port": 51233
}
})JSON";