Skip to content
Snippets Groups Projects

[fix]#1029 blockstamp in raw documents incoherence

Merged inso requested to merge fix_block_peer_documents into dev
3 files
+ 153
0
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
0
@@ -130,6 +130,7 @@ export class PeeringService {
peerEntityOld.endpoints = thePeer.endpoints
peerEntityOld.status = thePeer.status
peerEntityOld.signature = thePeer.signature
peerEntityOld.blockstamp = thePeer.block
}
// Set the peer as UP again
const peerEntity = peerEntityOld.toDBPeer()
Loading