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 fefc46c commit dcd0209Copy full SHA for dcd0209
itest/lnd_remote_signer_test.go
@@ -848,8 +848,8 @@ func testOutboundRSMacaroonEnforcement(ht *lntest.HarnessTest) {
848
require.NoError(ht, err, "Shouldn't error on watch-only node startup")
849
}
850
851
-// deriveCustomScopeAccounts derives the first 255 default accounts of the custom lnd
852
-// internal key scope.
+// deriveCustomScopeAccounts derives the first 255 default accounts of the
+// custom lnd internal key scope.
853
func deriveCustomScopeAccounts(t *testing.T) []*lnrpc.WatchOnlyAccount {
854
allAccounts := make([]*lnrpc.WatchOnlyAccount, 0, 255+len(accounts))
855
allAccounts = append(allAccounts, accounts...)
0 commit comments