Skip to content

transaction_height and scanned_height use block height instead of tx count #24

Open
@j-berman

Description

@j-berman

From the light wallet REST API spec:
transaction_height = Total txes sent in Monero
scanned_height = Current tx scan progress

These are in contrast to:
blockchain_height = Current blockchain height
scanned_block_height = Current scan progress

But can see here the response for all 4 is always in terms of block height, not tx count

Should be a simple fix, marking for later


Side note: I'm not sure if start_height is correct in monero-lws or in MyMonero, but MyMonero seems to be returning a tx count for start_height rather than block height (monero-lws returns block height). Worth a deeper investigation into this discrepancy I think.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions