Add makerExchangeRate (quality) to orders, and maker to account orders

This commit is contained in:
Chris Clark
2015-07-07 14:39:28 -07:00
parent 73020fb8ae
commit 1309b58592
9 changed files with 132 additions and 52 deletions

View File

@@ -15,7 +15,7 @@ function requestAccountOffers(remote, address, ledgerVersion, options,
},
composeAsync((data) => ({
marker: data.marker,
results: data.offers.map(parseAccountOrder)
results: data.offers.map(_.partial(parseAccountOrder, address))
}), callback));
}