xrpl-txdata
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -149,2 +149,3 @@ "use strict"; | ||
if (!meta.resolved && r.txHash === TxHash) { | ||
this.EventBus.off('result', onTx); | ||
ResolveFormatted(r.result, 'emitter', r.host); | ||
@@ -349,2 +350,3 @@ } | ||
if (r.id === id) { | ||
this.EventBus.off('xrpljson', onTx); | ||
return resolve(r); | ||
@@ -351,0 +353,0 @@ } |
{ | ||
"name": "xrpl-txdata", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Fetch XRPL transaction by hash (+ meta & balances), awaits if required", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
32968
536