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 b5d7696 commit cfe7fc3Copy full SHA for cfe7fc3
itest/lnd_remote_signer_test.go
@@ -412,8 +412,8 @@ func testOutboundRemoteSigner(ht *lntest.HarnessTest) {
412
}
413
414
415
-// deriveCustomScopeAccounts derives the first 255 default accounts of the custom lnd
416
-// internal key scope.
+// deriveCustomScopeAccounts derives the first 255 default accounts of the
+// custom lnd internal key scope.
417
func deriveCustomScopeAccounts(t *testing.T) []*lnrpc.WatchOnlyAccount {
418
allAccounts := make([]*lnrpc.WatchOnlyAccount, 0, 255+len(accounts))
419
allAccounts = append(allAccounts, accounts...)
0 commit comments