diff --git a/itest/lnd_remote_signer_test.go b/itest/lnd_remote_signer_test.go index 865030f462..2befde4a1c 100644 --- a/itest/lnd_remote_signer_test.go +++ b/itest/lnd_remote_signer_test.go @@ -514,8 +514,8 @@ func testOutboundRSMacaroonEnforcement(ht *lntest.HarnessTest) { require.NoError(ht, err, "Shouldn't error on watch-only node startup") } -// deriveCustomScopeAccounts derives the first 255 default accounts of the custom lnd -// internal key scope. +// deriveCustomScopeAccounts derives the first 255 default accounts of the +// custom lnd internal key scope. func deriveCustomScopeAccounts(t *testing.T) []*lnrpc.WatchOnlyAccount { allAccounts := make([]*lnrpc.WatchOnlyAccount, 0, 255+len(accounts)) allAccounts = append(allAccounts, accounts...)