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:
Olaoluwa Osuntokun 2019-10-24 19:44:16 -07:00
parent b110a3a197
commit fe597b6310
No known key found for this signature in database
GPG Key ID: BC13F65E2DC84465

View File

@ -191,6 +191,7 @@ var (
validEntities = []string{
"onchain", "offchain", "address", "message",
"peers", "info", "invoices", "signer", "macaroon",
"address",
}
)