mirror of
https://github.com/mempool/mempool.git
synced 2025-04-04 01:50:43 +02: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…
x
Reference in New Issue
Block a user