Skip to content

Commit feedd56

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 fece746 commit feedd56

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
@@ -412,8 +412,8 @@ func testOutboundRemoteSigner(ht *lntest.HarnessTest) {
412412
}
413413
}
414414

415-
// deriveCustomScopeAccounts derives the first 255 default accounts of the custom lnd
416-
// internal key scope.
415+
// deriveCustomScopeAccounts derives the first 255 default accounts of the
416+
// custom lnd internal key scope.
417417
func deriveCustomScopeAccounts(t *testing.T) []*lnrpc.WatchOnlyAccount {
418418
allAccounts := make([]*lnrpc.WatchOnlyAccount, 0, 255+len(accounts))
419419
allAccounts = append(allAccounts, accounts...)

0 commit comments

Comments
 (0)