Cleanup RippleAPI

This commit is contained in:
Chris Clark
2015-07-15 11:02:46 -07:00
parent aa646a3acf
commit 1fb1bc7404
19 changed files with 85 additions and 155 deletions

View File

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