Merge pull request #52 from chester1000/canary

feat(dualWay): WIP; new plugin type and initial sell structure chunks added
This commit is contained in:
Josh Harvey 2014-11-12 15:06:38 -05:00
commit 8009cd04ac
8 changed files with 158 additions and 85 deletions

View file

@ -110,10 +110,7 @@ function cashOut(req, res) {
function depositAck(req, res) {
plugins.depositAck(getFingerprint(req), req.body, function(err) {
res.json({
err: err && err.message,
errType: err && err.name
});
res.json(200);
});
}