bug: fix json tag

This commit is contained in:
longhutianjie
2024-09-04 18:03:15 +08:00
parent 258cf81240
commit 26dd72d93a

View File

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