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 bec0d0b commit 6e965f8Copy full SHA for 6e965f8
itest/lnd_remote_signer_test.go
@@ -517,8 +517,8 @@ func testOutboundRSMacaroonEnforcement(ht *lntest.HarnessTest) {
517
require.NoError(ht, err, "Shouldn't error on watch-only node startup")
518
}
519
520
-// deriveCustomScopeAccounts derives the first 255 default accounts of the custom lnd
521
-// internal key scope.
+// deriveCustomScopeAccounts derives the first 255 default accounts of the
+// custom lnd internal key scope.
522
func deriveCustomScopeAccounts(t *testing.T) []*lnrpc.WatchOnlyAccount {
523
allAccounts := make([]*lnrpc.WatchOnlyAccount, 0, 255+len(accounts))
524
allAccounts = append(allAccounts, accounts...)
0 commit comments