Skip to main content
Sign in
Snippets Groups Projects
Commit dbdd2839 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

Fix #307 The `raw` field was removed but is needed

parent fb8323a3
Branches
Tags v3.4.0
No related merge requests found
...@@ -134,7 +134,8 @@ dtos.DBPeer = { ...@@ -134,7 +134,8 @@ dtos.DBPeer = {
"first_down": Number, "first_down": Number,
"last_try": Number, "last_try": Number,
"endpoints": [String], "endpoints": [String],
"signature": String "signature": String,
"raw": String
}; };
dtos.Peers = { dtos.Peers = {
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment