diff --git a/pubsub.go b/pubsub.go index b8bd579..7cba8cf 100644 --- a/pubsub.go +++ b/pubsub.go @@ -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 {