You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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())
The text was updated successfully, but these errors were encountered:
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())
The text was updated successfully, but these errors were encountered: