From 31e2382933ce7091bca6a3dbfe5722f8f8d9ab8b Mon Sep 17 00:00:00 2001 From: eater <=@eater.me> Date: Sun, 11 Aug 2019 15:54:54 +0200 Subject: [PATCH] Fix signature in wrong json field --- crypto.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto.go b/crypto.go index 1c0a93a..20e878f 100644 --- a/crypto.go +++ b/crypto.go @@ -13,7 +13,7 @@ import ( ) type BaseMessage struct { - Signature string + Signature string `json:"signature"` } func (it *BaseMessage) GetSignature() string {