Skip to content

Release: develop -> main#3781

Merged
TaprootFreak merged 1 commit into
mainfrom
develop
May 27, 2026
Merged

Release: develop -> main#3781
TaprootFreak merged 1 commit into
mainfrom
develop

Conversation

@github-actions
Copy link
Copy Markdown

Automatic Release PR

This PR was automatically created after changes were pushed to develop.

Commits: 1 new commit(s)

Checklist

  • Review all changes
  • Verify CI passes
  • Approve and merge when ready for production

…oney left (#3778)

Scrypt deposit requests were sent at bank payment transmission time, before
the money actually arrived. Scrypt then created pending deposits that could
take >24h to reconcile. A cleanup cron marked them failed after 24h, racing
against Scrypt's reconciliation and causing ~100k CHF double-count in the
financial log.

Move the Scrypt deposit notification from the transmit step to the
searchOutgoingBankTx completion step, where the matching bank_tx confirms
the money left. Remove the stale deposit cleanup cron — no longer needed.
@TaprootFreak TaprootFreak merged commit 7b71951 into main May 27, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants