Skip to content

Commit

Permalink
Update network/gossip/libp2p/network.go
Browse files Browse the repository at this point in the history
Co-authored-by: Jordan Schalm <jordan@dapperlabs.com>
  • Loading branch information
vishalchangrani and jordanschalm committed Oct 13, 2020
1 parent cc04818 commit b18fafa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network/gossip/libp2p/network.go
Expand Up @@ -477,7 +477,7 @@ func (n *Network) queueSubmitFunc(message interface{}) {
}

func (n *Network) EpochSetupPhaseStarted(newEpoch uint64, first *flow.Header) {
log := n.logger.With().Uint64("epoch", newEpoch).Logger()
log := n.logger.With().Uint64("new_epoch", newEpoch).Logger()

// get the new set of IDs
newIDs, err := idsFromState(n.state)
Expand Down

0 comments on commit b18fafa

Please sign in to comment.