rename VaidatorData to ValidatorData

This commit is contained in:
Preston Van Loon 2019-12-19 15:15:45 -08:00
parent 7e5b02f152
commit 8ced088fee

View File

@ -160,7 +160,7 @@ type PubSubRouter interface {
type Message struct {
*pb.Message
ReceivedFrom peer.ID
VaidatorData interface{}
ValidatorData interface{}
}
func (m *Message) GetFrom() peer.ID {