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.
This commit is contained in:
Viktor Tigerström
2024-05-17 16:39:35 +02:00
parent 5db1e108ff
commit 8c82e5f7bf

View File

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