Skip to content

Commit

Permalink
Merge pull request #209 from ximinez/ledger_accept
Browse files Browse the repository at this point in the history
Request ledger_accept returns the Request, not Remote
  • Loading branch information
wltsmrz committed Nov 17, 2014
2 parents 056d238 + ced07e1 commit bc5dcc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/ripple/remote.js
Original file line number Diff line number Diff line change
Expand Up @@ -1659,7 +1659,7 @@ Remote.prototype.requestLedgerAccept = function(callback) {
request.callback(callback, 'ledger_closed');
request.request();

return this;
return request;
};

/**
Expand Down

0 comments on commit bc5dcc3

Please sign in to comment.