multi: update linter, fix new issues

This commit is contained in:
Oliver Gugger
2023-05-12 10:09:56 +02:00
parent e549096b88
commit 56dba2df03
31 changed files with 263 additions and 301 deletions

View File

@@ -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.