[TASK] Fixup the annotation for remote.requestBookOffers

This commit is contained in:
Alan Cohen
2014-12-22 10:14:34 -08:00
parent 1fd0f4a8fe
commit c2f27a4deb

View File

@@ -1476,9 +1476,9 @@ Remote.prototype.requestTxHistory = function(start, callback) {
/**
* Request book_offers
*
* @param {Object} options - taker_options or can be an options object with the following properties
* @param {Object} options.gets - taker_options
* @param {Object} options.pays - taker_pays
* @param {Object} options
* @param {Object} options.gets - taker_gets with issuer and currency
* @param {Object} options.pays - taker_pays with issuer and currency
* @param {String} [options.taker]
* @param {String} [options.ledger]
* @param [Function] callback