mirror of
https://source.quilibrium.com/quilibrium/ceremonyclient.git
synced 2024-11-20 15:15:18 +00:00
fix: don't reference manifest directly, may be nil
This commit is contained in:
parent
1c93ea9f73
commit
4781e85fd6
@ -177,7 +177,6 @@ func (e *CeremonyDataClockConsensusEngine) NegotiateCompressedSyncFrames(
|
|||||||
e.logger.Warn(
|
e.logger.Warn(
|
||||||
"peer manifest was null or bandwidth was low",
|
"peer manifest was null or bandwidth was low",
|
||||||
zap.Binary("peer_id", authentication.Authentication.PeerId),
|
zap.Binary("peer_id", authentication.Authentication.PeerId),
|
||||||
zap.Uint64("bandwidth", manifest.Bandwidth),
|
|
||||||
)
|
)
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user