diff --git a/src/js/ripple/account.js b/src/js/ripple/account.js index cded3d3e..0dc915c9 100644 --- a/src/js/ripple/account.js +++ b/src/js/ripple/account.js @@ -132,7 +132,7 @@ Account.prototype.isValid = function() { */ Account.prototype.getInfo = function(callback) { - return this._remote.request_account_info(this._account_id, callback); + return this._remote.requestAccountInfo({account: this._account_id}, callback); }; /**