oxen-io / oxen-observer

Python based Oxen blockchain explorer
GNU General Public License v3.0
13 stars 28 forks source link

`block_height` is undefined #19

Open martin-braun opened 1 year ago

martin-braun commented 1 year ago

The exception handler in get_block_tx_feature can't report the block_height, because it is always undefined. See https://github.com/oxen-io/oxen-observer/blob/0c42eb96cacc417ceffcbd4fa9c879d7f827939a/observer.py#L662