Merge pull request #1422 from siiky/fix/lam-600/add-more-logs

feat: add more logs to wallet scoring path
This commit is contained in:
Rafael Taranto 2022-10-23 19:44:53 +01:00 committed by GitHub
commit 4425289cd8

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