Skip to content

Commit dcd0209

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 fefc46c commit dcd0209

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

851-
// deriveCustomScopeAccounts derives the first 255 default accounts of the custom lnd
852-
// internal key scope.
851+
// deriveCustomScopeAccounts derives the first 255 default accounts of the
852+
// custom lnd internal key scope.
853853
func deriveCustomScopeAccounts(t *testing.T) []*lnrpc.WatchOnlyAccount {
854854
allAccounts := make([]*lnrpc.WatchOnlyAccount, 0, 255+len(accounts))
855855
allAccounts = append(allAccounts, accounts...)

0 commit comments

Comments
 (0)