mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-21 04:35:49 +00:00
[FIX] request account info in account.js
This commit is contained in:
@@ -132,7 +132,7 @@ Account.prototype.isValid = function() {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
Account.prototype.getInfo = function(callback) {
|
Account.prototype.getInfo = function(callback) {
|
||||||
return this._remote.request_account_info(this._account_id, callback);
|
return this._remote.requestAccountInfo({account: this._account_id}, callback);
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user