Skip to content
Snippets Groups Projects
Commit a103ba2e authored by Cédric Moreau's avatar Cédric Moreau
Browse files

Fix: wrong return for /network/peers

parent 45360cc7
No related branches found
No related tags found
No related merge requests found
......@@ -132,7 +132,7 @@ dtos.DBPeer = {
"block": String,
"status": String,
"first_down": Number,
"last_down": Number,
"last_try": Number,
"endpoints": [String],
"signature": String
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment