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

Number of transactions in debug.log (tx=...) is incorrect #76

Open
leto opened this issue Jun 25, 2018 · 1 comment
Open

Number of transactions in debug.log (tx=...) is incorrect #76

leto opened this issue Jun 25, 2018 · 1 comment

Comments

@leto
Copy link

leto commented Jun 25, 2018

This log line:

2018-06-25 07:41:30 UpdateTip: new best=3e76c0037434b4347305f6473f7a3423b00772ae0b323293222c5360db6a448b  height=49212  log2_work=54.643375  tx=113207  date=2018-06-25 07:40:08 progress=0.999958  cache=0.0MiB(11tx)

does not match:

$ ./fiat/verus gettxoutsetinfo
{
  "height": 49212,
  "bestblock": "3e76c0037434b4347305f6473f7a3423b00772ae0b323293222c5360db6a448b",
  "transactions": 63704,
  "txouts": 76289,
  "bytes_serialized": 4225597,
  "hash_serialized": "41230350f574f72f8e03abfc7f0f612a6ca1ba728030c38f56c549b819af5406",
  "total_amount": 16957196.02053277
}

The debug.log is tx estimate is just over twice gettxoutsetinfo. This bug may effect the progress estimation.

@leto
Copy link
Author

leto commented Aug 31, 2018

This has not been fixed yet, I confused with the progress fix

Asherda pushed a commit that referenced this issue May 19, 2020
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

1 participant