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

[fix] Replace common-logging by jcl-over-slf4j

[fix] Peer lastUpTime in millisecond
parent 3859667d
No related branches found
No related tags found
No related merge requests found
Pipeline #4608 passed
...@@ -157,6 +157,8 @@ public class Peer implements LocalEntity<String>, Serializable { ...@@ -157,6 +157,8 @@ public class Peer implements LocalEntity<String>, Serializable {
public Builder setPeering(NetworkPeering remotePeering) { public Builder setPeering(NetworkPeering remotePeering) {
this.peering = this.peering != null ? this.peering : new Peering(); this.peering = this.peering != null ? this.peering : new Peering();
this.pubkey = remotePeering.getPubkey();
this.peering.setVersion(remotePeering.getVersion()); this.peering.setVersion(remotePeering.getVersion());
this.peering.setSignature(remotePeering.getSignature()); this.peering.setSignature(remotePeering.getSignature());
......
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