mirror of
https://github.com/mempool/mempool.git
synced 2025-01-18 05:12:35 +01:00
Tx tracking fix for esplora api.
This commit is contained in:
parent
f5e74c844b
commit
4229b9b3df
@ -46,6 +46,7 @@ class EsploraApi implements AbstractBitcoinApi {
|
||||
response.data.vsize = response.data.size;
|
||||
response.data.size = response.data.weight;
|
||||
response.data.fee = response.data.fee / 100000000;
|
||||
response.data.blockhash = response.data.status.block_hash;
|
||||
|
||||
resolve(response.data);
|
||||
} catch (error) {
|
||||
|
Loading…
Reference in New Issue
Block a user