bug: fix json tag

This commit is contained in:
longhutianjie 2024-09-04 18:03:15 +08:00
parent 258cf81240
commit 26dd72d93a
No known key found for this signature in database
GPG key ID: 62EAB0072D19DF1C

View file

@ -399,7 +399,7 @@ type jsonTweakSignCase struct {
AggNonce string `json:"agg_nonce"` AggNonce string `json:"agg_nonce"`
ExpectedSig string `json:"expected_sig"` ExpectedSig string `json:"expected_sig"`
ExpectedError string `json:"expected_error` ExpectedError string `json:"expected_error"`
} }
type jsonSignTestCase struct { type jsonSignTestCase struct {