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