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 faac895 commit 3335233Copy full SHA for 3335233
extras/jsonrpc/daemon.go
@@ -159,7 +159,7 @@ type AccountSettings struct {
159
160
func (d *Client) AccountSet(accountID string, settings AccountSettings) (*Account, error) {
161
response := new(Account)
162
- return response, d.call(response, "account_list", map[string]interface{}{})
+ return response, d.call(response, "account_set", map[string]interface{}{})
163
}
164
165
func (d *Client) AccountBalance(account *string) (*AccountBalanceResponse, error) {
0 commit comments