From cfe7fc3bc553377f36a99c98355f3d8683472938 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 ecff03d91b..de51e42577 100644 --- a/itest/lnd_remote_signer_test.go +++ b/itest/lnd_remote_signer_test.go @@ -412,8 +412,8 @@ func testOutboundRemoteSigner(ht *lntest.HarnessTest) { } } -// 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...)