@leofcoin/chain 1.4.93 → 1.4.94

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.
@@ -1834,7 +1834,6 @@ class Chain extends State {
1834
1834
  console.log(await globalThis.transactionPoolStore.has(e.hash));
1835
1835
  }
1836
1836
  }
1837
- console.log(block.transactions.length);
1838
1837
  // don't add empty block
1839
1838
  if (block.transactions.length === 0)
1840
1839
  return;
package/exports/chain.js CHANGED
@@ -1288,7 +1288,6 @@ class Chain extends State {
1288
1288
  console.log(await globalThis.transactionPoolStore.has(e.hash));
1289
1289
  }
1290
1290
  }
1291
- console.log(block.transactions.length);
1292
1291
  // don't add empty block
1293
1292
  if (block.transactions.length === 0)
1294
1293
  return;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leofcoin/chain",
3
- "version": "1.4.93",
3
+ "version": "1.4.94",
4
4
  "description": "Official javascript implementation",
5
5
  "exports": {
6
6
  "./node": "./exports/node.js",