Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed import/rescan of unconfirmed transactions #130

Closed
LaurentMT opened this issue Mar 23, 2020 · 0 comments
Closed

Failed import/rescan of unconfirmed transactions #130

LaurentMT opened this issue Mar 23, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@LaurentMT
Copy link
Contributor

Describe the bug

Imports/rescans fail when trying to import unconfirmed transactions.

Error message is "Column TxnCreated cannot be null"

Diagnostic

New method MySqlDbWrapper.addTransactions() introduced by PR #102 doesn't initialize a default value for txnCreated if tx.created is null (see what is done for MySqlDbWrapper.addTransaction())

@LaurentMT LaurentMT added the bug Something isn't working label Mar 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants