rpc: add forgotten 'address' entity to validEntities
The `address` entity is used by the `WalletKit` sub-server for certain calls.
This commit is contained in:
parent
b110a3a197
commit
fe597b6310
@ -191,6 +191,7 @@ var (
|
|||||||
validEntities = []string{
|
validEntities = []string{
|
||||||
"onchain", "offchain", "address", "message",
|
"onchain", "offchain", "address", "message",
|
||||||
"peers", "info", "invoices", "signer", "macaroon",
|
"peers", "info", "invoices", "signer", "macaroon",
|
||||||
|
"address",
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user