mirror of
https://github.com/lightninglabs/pool.git
synced 2026-08-13 12:33:04 +02:00
funding: log lnd returned errors from FundingStateStep
This commit is contained in:
parent
594d32c1ef
commit
9686cad8ad
1 changed files with 2 additions and 2 deletions
|
|
@ -60,8 +60,8 @@ func CancelPendingFundingShims(matchedOrders map[order.Nonce][]*order.MatchedOrd
|
|||
)
|
||||
if err != nil {
|
||||
log.Warnf("Unable to unregister funding shim "+
|
||||
"(pendingChanID=%x) for order=%v",
|
||||
pendingChanID[:], bidNonce)
|
||||
"(pendingChanID=%x) for order=%v: %v",
|
||||
pendingChanID[:], bidNonce, err)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue