Update getBalances to use getTrustlines

This commit is contained in:
Chris Clark
2015-06-24 12:18:56 -07:00
parent d2df75dc25
commit 47a87f3a92
4 changed files with 171 additions and 285 deletions

View File

@@ -10,5 +10,6 @@ module.exports = {
dropsToXrp: utils.dropsToXrp,
xrpToDrops: utils.xrpToDrops,
toRippledAmount: utils.toRippledAmount,
wrapCatch: utils.wrapCatch
wrapCatch: utils.wrapCatch,
composeAsync: utils.composeAsync
};