Fix signature in wrong json field

master
eater 5 years ago
parent 208e23e034
commit 31e2382933
Signed by: eater
GPG Key ID: 656785D50BE51C0A

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

Loading…
Cancel
Save