Fix signature in wrong json field

This commit is contained in:
eater 2019-08-11 15:54:54 +02:00
parent 208e23e034
commit 31e2382933
Signed by: eater
GPG key ID: 656785D50BE51C0A

View file

@ -13,7 +13,7 @@ import (
)
type BaseMessage struct {
Signature string
Signature string `json:"signature"`
}
func (it *BaseMessage) GetSignature() string {