From 8c82e5f7bfcc9b4d55b35bbdd047b457cd7312f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Tigerstr=C3=B6m?= Date: Fri, 17 May 2024 16:39:35 +0200 Subject: [PATCH] itest: wrap deriveCustomScopeAccounts at 80 chars This commit fixes that word wrapping for the deriveCustomScopeAccounts function docs, and ensures that it wraps at 80 characters or less. --- itest/lnd_remote_signer_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/itest/lnd_remote_signer_test.go b/itest/lnd_remote_signer_test.go index cce9560c3..f2940c3a7 100644 --- a/itest/lnd_remote_signer_test.go +++ b/itest/lnd_remote_signer_test.go @@ -801,8 +801,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...)