Skip to content

Commit 942cf6d

Browse files
ffranrguggero
authored andcommitted
taprpc: remove FetchSupplyLeaves from public uni whitelist
Remove the FetchSupplyLeaves RPC endpoint from the public universe whitelist, as it will primarily be used by integration tests for now.
1 parent 47f72ec commit 942cf6d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

taprpc/perms.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,6 @@ func MacaroonWhitelist(allowUniPublicAccessRead bool,
374374
// nolint: lll
375375
if allowUniPublicAccessRead || allowPublicUniProofCourier {
376376
whitelist["/universerpc.Universe/QueryProof"] = struct{}{}
377-
whitelist["/universerpc.Universe/FetchSupplyLeaves"] = struct{}{}
378377
whitelist["/universerpc.Universe/FetchSupplyCommit"] = struct{}{}
379378
whitelist["/authmailboxrpc.Mailbox/ReceiveMessages"] = struct{}{}
380379
}

0 commit comments

Comments
 (0)