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 Jun 12, 2024
1 parent b5d7696 commit cfe7fc3
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 @@ -412,8 +412,8 @@ func testOutboundRemoteSigner(ht *lntest.HarnessTest) {
}
}

// 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 cfe7fc3

Please sign in to comment.