Skip to content

Commit

Permalink
bug: fix json tag
Browse files Browse the repository at this point in the history
  • Loading branch information
longhutianjie committed Sep 4, 2024
1 parent 258cf81 commit 60ca0bf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions internal/musig2v040/musig2_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ import (
"sync"
"testing"

"github.com/btcsuite/btcd/btcec/v2"
"github.com/btcsuite/btcd/btcec/v2/schnorr"
"github.com/btcsuite/btcd/chaincfg/chainhash"
"github.com/decred/dcrd/dcrec/secp256k1/v4"
)

var (
Expand Down Expand Up @@ -399,7 +397,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 60ca0bf

Please sign in to comment.