mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-21 04:35:49 +00:00
Convert getOrderBook and add unit test
This commit is contained in:
@@ -144,4 +144,4 @@ function getPathFind(pathfind, callback) {
|
||||
async.waterfall(steps, callback);
|
||||
}
|
||||
|
||||
module.exports = getPathFind;
|
||||
module.exports = utils.wrapCatch(getPathFind);
|
||||
|
||||
Reference in New Issue
Block a user