mirror of
https://github.com/mempool/mempool.git
synced 2025-09-26 11:59:00 +02:00
Tx tracking fix for esplora api.
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user