diff --git a/lib/cash-out/cash-out-tx.js b/lib/cash-out/cash-out-tx.js index a89646a0..838971cb 100644 --- a/lib/cash-out/cash-out-tx.js +++ b/lib/cash-out/cash-out-tx.js @@ -36,7 +36,8 @@ function selfPost (tx, pi) { } function post (tx, pi, fromClient = true) { - logger.silly('Updating cashout tx:', tx) + logger.silly('Updating cashout -- tx:', tx) + logger.silly('Updating cashout -- fromClient:', fromClient) return cashOutAtomic.atomic(tx, pi, fromClient) .then(txVector => { const [, newTx, justAuthorized] = txVector