Skip to content

Commit 26dd72d

Browse files
author
longhutianjie
committed
bug: fix json tag
1 parent 258cf81 commit 26dd72d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/musig2v040/musig2_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ type jsonTweakSignCase struct {
399399
AggNonce string `json:"agg_nonce"`
400400

401401
ExpectedSig string `json:"expected_sig"`
402-
ExpectedError string `json:"expected_error`
402+
ExpectedError string `json:"expected_error"`
403403
}
404404

405405
type jsonSignTestCase struct {

0 commit comments

Comments
 (0)