forked from bitcoinj/bitcoinj
-
Notifications
You must be signed in to change notification settings - Fork 27
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
Transaction.updatedAt is not set at new block #11
Comments
ManfredKarrer
added a commit
that referenced
this issue
Jan 26, 2018
oscarguindzberg
pushed a commit
to oscarguindzberg/bitcoinj
that referenced
this issue
Dec 18, 2018
oscarguindzberg
pushed a commit
to oscarguindzberg/bitcoinj
that referenced
this issue
Dec 20, 2018
oscarguindzberg
pushed a commit
to oscarguindzberg/bitcoinj
that referenced
this issue
Dec 20, 2018
oscarguindzberg
pushed a commit
to oscarguindzberg/bitcoinj
that referenced
this issue
Dec 20, 2018
oscarguindzberg
pushed a commit
to oscarguindzberg/bitcoinj
that referenced
this issue
Dec 20, 2018
oscarguindzberg
pushed a commit
to oscarguindzberg/bitcoinj
that referenced
this issue
Jan 2, 2019
oscarguindzberg
pushed a commit
to oscarguindzberg/bitcoinj
that referenced
this issue
Jan 3, 2019
oscarguindzberg
pushed a commit
to oscarguindzberg/bitcoinj
that referenced
this issue
Jan 3, 2019
oscarguindzberg
pushed a commit
to oscarguindzberg/bitcoinj
that referenced
this issue
Jan 3, 2019
oscarguindzberg
pushed a commit
to oscarguindzberg/bitcoinj
that referenced
this issue
Jan 3, 2019
oscarguindzberg
pushed a commit
to oscarguindzberg/bitcoinj
that referenced
this issue
Jan 3, 2019
oscarguindzberg
pushed a commit
to oscarguindzberg/bitcoinj
that referenced
this issue
Jan 4, 2019
oscarguindzberg
pushed a commit
to oscarguindzberg/bitcoinj
that referenced
this issue
Jan 4, 2019
oscarguindzberg
pushed a commit
to oscarguindzberg/bitcoinj
that referenced
this issue
Jan 21, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need the block time when a tx is confirmed.
The code in Transaction.setBlockAppearance does not set the updatedAt if it was set before.
As Wallet.commit sets the updatedAt the update never happes.
See: https://groups.google.com/d/msg/bitcoinj/05TJbxAwKXs/D6CYV1byAgAJ
The text was updated successfully, but these errors were encountered: