From bd95a900977043299559ff2152938106712a90ec Mon Sep 17 00:00:00 2001 From: Josh Harvey Date: Mon, 6 Mar 2017 16:13:36 +0200 Subject: [PATCH] WIPP --- lib/cash-in-tx.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cash-in-tx.js b/lib/cash-in-tx.js index f66e7270..4f93c447 100644 --- a/lib/cash-in-tx.js +++ b/lib/cash-in-tx.js @@ -25,7 +25,7 @@ function post (tx, pi) { return db.tx(transaction) .then(txVector => { const [, newTx] = txVector - postProcess(txVector, pi) + return postProcess(txVector, pi) .then(changes => update(newTx, changes)) }) }