diff --git a/src/js/ripple/remote.js b/src/js/ripple/remote.js index b069e634..a842b219 100644 --- a/src/js/ripple/remote.js +++ b/src/js/ripple/remote.js @@ -1311,7 +1311,7 @@ Remote.prototype.getAccount = function(accountID) { Remote.prototype.addAccount = function(accountID) { var account = new Account(this, accountID); - if (account.is_valid()) { + if (account.isValid()) { this._accounts[accountID] = account; }