Skip to content

Commit

Permalink
Add address_* to the list of account-specific methods
Browse files Browse the repository at this point in the history
  • Loading branch information
anbsky committed Jul 22, 2019
1 parent 336bdbc commit 350f5e7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions app/proxy/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,32 @@ const cacheResolveLongerThan = 10

var accountSpecificMethods = []string{
"publish",

"address_unused",
"address_list",
"address_is_mine",

"account_list",
"account_balance",

"channel_abandon",
"channel_create",
"channel_list",
"channel_update",

"claim_list",

"stream_abandon",
"stream_create",
"stream_list",
"stream_update",

"support_abandon",
"support_create",
"support_list",

"transaction_list",

"utxo_list",
"utxo_release",
}
Expand Down

0 comments on commit 350f5e7

Please sign in to comment.