mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-04 09:48:19 +01:00
bug: fix json tag
This commit is contained in:
parent
258cf81240
commit
26dd72d93a
1 changed files with 1 additions and 1 deletions
|
@ -399,7 +399,7 @@ type jsonTweakSignCase struct {
|
||||||
AggNonce string `json:"agg_nonce"`
|
AggNonce string `json:"agg_nonce"`
|
||||||
|
|
||||||
ExpectedSig string `json:"expected_sig"`
|
ExpectedSig string `json:"expected_sig"`
|
||||||
ExpectedError string `json:"expected_error`
|
ExpectedError string `json:"expected_error"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type jsonSignTestCase struct {
|
type jsonSignTestCase struct {
|
||||||
|
|
Loading…
Add table
Reference in a new issue