From 4781e85fd6d856bffdb06419b7a9541f7a5c1eec Mon Sep 17 00:00:00 2001 From: Cassandra Heart Date: Thu, 21 Mar 2024 13:25:29 -0500 Subject: [PATCH] fix: don't reference manifest directly, may be nil --- node/consensus/ceremony/peer_messaging.go | 1 - 1 file changed, 1 deletion(-) diff --git a/node/consensus/ceremony/peer_messaging.go b/node/consensus/ceremony/peer_messaging.go index 1366a27..8b2f3cf 100644 --- a/node/consensus/ceremony/peer_messaging.go +++ b/node/consensus/ceremony/peer_messaging.go @@ -177,7 +177,6 @@ func (e *CeremonyDataClockConsensusEngine) NegotiateCompressedSyncFrames( e.logger.Warn( "peer manifest was null or bandwidth was low", zap.Binary("peer_id", authentication.Authentication.PeerId), - zap.Uint64("bandwidth", manifest.Bandwidth), ) return nil }