Merge pull request #251 from prestonvanloon/master

Rename VaidatorData to ValidatorData
This commit is contained in:
vyzo 2019-12-20 01:35:27 +02:00 committed by GitHub
commit 97846b5748
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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