Update messageid.go

This commit is contained in:
Dean Eigenmann
2019-07-12 12:33:10 -04:00
committed by GitHub
parent ea60666c93
commit d7ac3b29d9

View File

@@ -18,5 +18,3 @@ func (m Message) ID() state.MessageID {
return sha256.Sum256(b)
}