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:
commit
4425289cd8
1 changed files with 2 additions and 1 deletions
|
|
@ -36,7 +36,8 @@ function selfPost (tx, pi) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function post (tx, pi, fromClient = true) {
|
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)
|
return cashOutAtomic.atomic(tx, pi, fromClient)
|
||||||
.then(txVector => {
|
.then(txVector => {
|
||||||
const [, newTx, justAuthorized] = txVector
|
const [, newTx, justAuthorized] = txVector
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue