mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-03 18:55:35 +02:00
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:
@@ -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...)
|
||||
|
Reference in New Issue
Block a user