We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50239ae commit 915f062Copy full SHA for 915f062
itest/lnd_remote_signer_test.go
@@ -514,8 +514,8 @@ func testOutboundRSMacaroonEnforcement(ht *lntest.HarnessTest) {
514
require.NoError(ht, err, "Shouldn't error on watch-only node startup")
515
}
516
517
-// deriveCustomScopeAccounts derives the first 255 default accounts of the custom lnd
518
-// internal key scope.
+// deriveCustomScopeAccounts derives the first 255 default accounts of the
+// custom lnd internal key scope.
519
func deriveCustomScopeAccounts(t *testing.T) []*lnrpc.WatchOnlyAccount {
520
allAccounts := make([]*lnrpc.WatchOnlyAccount, 0, 255+len(accounts))
521
allAccounts = append(allAccounts, accounts...)
0 commit comments