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

Transactions return 0 confirmations and no timestamp until 2 confirmations #401

Closed
vctt94 opened this issue Mar 20, 2018 · 3 comments
Closed

Comments

@vctt94
Copy link
Member

vctt94 commented Mar 20, 2018

When creating a transaction, it returns 0 confirmations and no timestamp until it has 2 confirmations.

@raedah
Copy link

raedah commented Mar 28, 2018

related to
#130
#142

@chappjc
Copy link
Member

chappjc commented Apr 3, 2018

This is a dcrd issue that we have to work around. The issue is that after a transaction has been mined in a block, it is confirmed, but not until the next block with the votes for the block in which it is mined is the transaction validated too.

A resolution would be special handling for transactions with just 1 confirmation.

@chappjc
Copy link
Member

chappjc commented Oct 11, 2018

Ref. decred/dcrd#1471

@chappjc chappjc closed this as completed Mar 13, 2019
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

No branches or pull requests

3 participants