Convert getOrderBook and add unit test

This commit is contained in:
Chris Clark
2015-06-25 16:34:03 -07:00
parent 6a763fab18
commit 3e0f43e44e
17 changed files with 1736 additions and 229 deletions

View File

@@ -144,4 +144,4 @@ function getPathFind(pathfind, callback) {
async.waterfall(steps, callback);
}
module.exports = getPathFind;
module.exports = utils.wrapCatch(getPathFind);