Skip to content

Commit 6e965f8

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 bec0d0b commit 6e965f8

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
@@ -517,8 +517,8 @@ func testOutboundRSMacaroonEnforcement(ht *lntest.HarnessTest) {
517517
require.NoError(ht, err, "Shouldn't error on watch-only node startup")
518518
}
519519

520-
// deriveCustomScopeAccounts derives the first 255 default accounts of the custom lnd
521-
// internal key scope.
520+
// deriveCustomScopeAccounts derives the first 255 default accounts of the
521+
// custom lnd internal key scope.
522522
func deriveCustomScopeAccounts(t *testing.T) []*lnrpc.WatchOnlyAccount {
523523
allAccounts := make([]*lnrpc.WatchOnlyAccount, 0, 255+len(accounts))
524524
allAccounts = append(allAccounts, accounts...)

0 commit comments

Comments
 (0)