mirror of
https://github.com/fusion44/blitz_api.git
synced 2026-08-16 12:20:14 +02:00
Bitcoin Core calculates the blockchain verification by including unconfirmed transactions. This means that everytime there is a new transaction, a `btc_info` event is fired through the SSE channel. For clients this information is usually not useful beyond two digits. Solution: round to two digits for SSE events. The full floating point value can still be fetched through `/bitcoin/get-blockhain-info` closes #52 |
||
|---|---|---|
| .. | ||
| auth | ||
| external | ||
| models | ||
| repositories | ||
| routers | ||
| __init__.py | ||
| main.py | ||
| utils.py | ||