forked from miketout/VerusCoin
-
Notifications
You must be signed in to change notification settings - Fork 79
Number of transactions in debug.log (tx=...) is incorrect #76
Copy link
Copy link
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels