mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-07 03:06:01 +02:00
bug: fix json tag
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user