Skip to content

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

@leto

Description

@leto

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions