Skip to content

Commit 6900fb5

Browse files
authored
Merge pull request #9064 from longhutianjie/master
bug: fix json tag
2 parents 258cf81 + 26dd72d commit 6900fb5

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)