mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-06 21:52:48 +02:00
Merge pull request #3916 from chokoboko/rpcserver-remove-duplicated-permission-entity
[trivial] rpcserver: remove duplicated 'address' permission entity
This commit is contained in:
@@ -200,7 +200,6 @@ var (
|
|||||||
validEntities = []string{
|
validEntities = []string{
|
||||||
"onchain", "offchain", "address", "message",
|
"onchain", "offchain", "address", "message",
|
||||||
"peers", "info", "invoices", "signer", "macaroon",
|
"peers", "info", "invoices", "signer", "macaroon",
|
||||||
"address",
|
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user