feat: add more logs to wallet scoring path

This commit is contained in:
siiky 2022-10-21 16:36:30 +01:00
parent 325430986a
commit a6a61fada7

View file

@ -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