feat: add more logs to wallet scoring path
This commit is contained in:
parent
325430986a
commit
a6a61fada7
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