Skip to content
Snippets Groups Projects
Commit b45da49f authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

[enh] BMA Peer bean: add 'lastContact' and 'hash'

parent 6f500681
No related branches found
No related tags found
No related merge requests found
Pipeline #9523 passed
...@@ -82,7 +82,7 @@ public class NetworkPeers implements Serializable { ...@@ -82,7 +82,7 @@ public class NetworkPeers implements Serializable {
} }
@JsonIgnore @JsonIgnore
public void setHash(String hash { public void setHash(String hash) {
this.hash = hash; this.hash = hash;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment