Skip to content

Commit

Permalink
Merge pull request #9064 from longhutianjie/master
Browse files Browse the repository at this point in the history
bug: fix json tag
  • Loading branch information
guggero committed Sep 4, 2024
2 parents 258cf81 + 26dd72d commit 6900fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/musig2v040/musig2_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 6900fb5

Please sign in to comment.