mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-12-09 12:22:38 +01:00
multi: update linter, fix new issues
This commit is contained in:
@@ -19,9 +19,9 @@ func TestLongFailureMessage(t *testing.T) {
|
||||
t.Parallel()
|
||||
|
||||
var testData struct {
|
||||
SessionKey string
|
||||
Path []string
|
||||
Reason string
|
||||
SessionKey string `json:"session_key"`
|
||||
Path []string `json:"path"`
|
||||
Reason string `json:"reason"`
|
||||
}
|
||||
|
||||
// Use long 1024-byte test vector from BOLT 04.
|
||||
|
||||
Reference in New Issue
Block a user