Skip to content

Commit

Permalink
Update service/header/p2p_subscriber.go
Browse files Browse the repository at this point in the history
Co-authored-by: rene <41963722+renaynay@users.noreply.github.com>
  • Loading branch information
Wondertan and renaynay committed Feb 8, 2022
1 parent 6866618 commit 4a6cf9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/header/p2p_subscriber.go
Expand Up @@ -108,7 +108,7 @@ func msgID(pmsg *pb.Message) string {

data, err := MarshalExtendedHeader(h)
if err != nil {
log.Errorw("unmarshalling header while computing msg id", "err", err)
log.Errorw("marshaling header while computing msg id", "err", err)
return msgID(pmsg.Data)
}

Expand Down

0 comments on commit 4a6cf9c

Please sign in to comment.