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 47f72ec commit 942cf6dCopy full SHA for 942cf6d
taprpc/perms.go
@@ -374,7 +374,6 @@ func MacaroonWhitelist(allowUniPublicAccessRead bool,
374
// nolint: lll
375
if allowUniPublicAccessRead || allowPublicUniProofCourier {
376
whitelist["/universerpc.Universe/QueryProof"] = struct{}{}
377
- whitelist["/universerpc.Universe/FetchSupplyLeaves"] = struct{}{}
378
whitelist["/universerpc.Universe/FetchSupplyCommit"] = struct{}{}
379
whitelist["/authmailboxrpc.Mailbox/ReceiveMessages"] = struct{}{}
380
}
0 commit comments