Fix signature in wrong json field
This commit is contained in:
parent
208e23e034
commit
31e2382933
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
type BaseMessage struct {
|
type BaseMessage struct {
|
||||||
Signature string
|
Signature string `json:"signature"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func (it *BaseMessage) GetSignature() string {
|
func (it *BaseMessage) GetSignature() string {
|
||||||
|
|
Loading…
Reference in a new issue