Skip to content

Commit

Permalink
itest: wrap deriveCustomScopeAccounts at 80 chars
Browse files Browse the repository at this point in the history
This commit fixes that word wrapping for the deriveCustomScopeAccounts
function docs, and ensures that it wraps at 80 characters or less.
  • Loading branch information
ViktorTigerstrom committed Sep 2, 2024
1 parent 50239ae commit 915f062
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions itest/lnd_remote_signer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -514,8 +514,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...)
Expand Down

0 comments on commit 915f062

Please sign in to comment.