Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bc5dcc3

Browse files
committedNov 17, 2014
Merge pull request XRPLF#209 from ximinez/ledger_accept
Request ledger_accept returns the Request, not Remote
2 parents 056d238 + ced07e1 commit bc5dcc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/js/ripple/remote.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1659,7 +1659,7 @@ Remote.prototype.requestLedgerAccept = function(callback) {
16591659
request.callback(callback, 'ledger_closed');
16601660
request.request();
16611661

1662-
return this;
1662+
return request;
16631663
};
16641664

16651665
/**

0 commit comments

Comments
 (0)
Please sign in to comment.