@leofcoin/chain 1.7.19 → 1.7.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/exports/chain.js CHANGED
@@ -1549,7 +1549,6 @@ class Chain extends VersionControl {
1549
1549
  // @ts-ignore
1550
1550
  .map(async (hash) => {
1551
1551
  const data = await peernet.get(hash, 'transaction');
1552
- transactionStore.put(hash, data);
1553
1552
  (await transactionPoolStore.has(hash)) && (await transactionPoolStore.delete(hash));
1554
1553
  return new TransactionMessage(data);
1555
1554
  }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leofcoin/chain",
3
- "version": "1.7.19",
3
+ "version": "1.7.20",
4
4
  "description": "Official javascript implementation",
5
5
  "private": false,
6
6
  "exports": {