mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-25 01:14:28 +00:00
types: minor cleanup of un or minimally used types (#8154)
This commit is contained in:
@@ -199,7 +199,7 @@ func (hvs *HeightVoteSet) SetPeerMaj23(
|
||||
if voteSet == nil {
|
||||
return nil // something we don't know about yet
|
||||
}
|
||||
return voteSet.SetPeerMaj23(types.P2PID(peerID), blockID)
|
||||
return voteSet.SetPeerMaj23(string(peerID), blockID)
|
||||
}
|
||||
|
||||
//---------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user