multi: fix linter errors

This commit is contained in:
Elle Mouton
2024-10-24 15:14:28 +02:00
parent fd2ea411be
commit 4089fbcb44
11 changed files with 276 additions and 186 deletions

View File

@@ -734,7 +734,7 @@ func createLightningNode(priv *btcec.PrivateKey) *models.LightningNode {
AuthSigBytes: testSig.Serialize(),
LastUpdate: time.Unix(updateTime, 0),
Color: color.RGBA{1, 2, 3, 0},
Alias: "kek" + string(pub[:]),
Alias: "kek" + string(pub),
Features: testFeatures,
Addresses: testAddrs,
}