Skip to content

Commit 915f062

Browse files
committed
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.
1 parent 50239ae commit 915f062

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

itest/lnd_remote_signer_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -514,8 +514,8 @@ func testOutboundRSMacaroonEnforcement(ht *lntest.HarnessTest) {
514514
require.NoError(ht, err, "Shouldn't error on watch-only node startup")
515515
}
516516

517-
// deriveCustomScopeAccounts derives the first 255 default accounts of the custom lnd
518-
// internal key scope.
517+
// deriveCustomScopeAccounts derives the first 255 default accounts of the
518+
// custom lnd internal key scope.
519519
func deriveCustomScopeAccounts(t *testing.T) []*lnrpc.WatchOnlyAccount {
520520
allAccounts := make([]*lnrpc.WatchOnlyAccount, 0, 255+len(accounts))
521521
allAccounts = append(allAccounts, accounts...)

0 commit comments

Comments
 (0)