We've had users reporting that payments showing up as failed in the transaction log when they in fact succeeded by lnd, indicating a desync between our tx database and lnd's.
Probably something wrong in checkOpenTransactions() inside src/state/Transactions.
We've had users reporting that payments showing up as failed in the transaction log when they in fact succeeded by lnd, indicating a desync between our tx database and lnd's.
Probably something wrong in
checkOpenTransactions()
inside src/state/Transactions.