@leofcoin/chain 1.5.59 → 1.5.60

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.
@@ -4933,6 +4933,7 @@ class Chain extends VersionControl {
4933
4933
  }
4934
4934
  }
4935
4935
  async #addBlock(block) {
4936
+ console.log({ block });
4936
4937
  const blockMessage = await new BlockMessage(block);
4937
4938
  await Promise.all(blockMessage.decoded.transactions
4938
4939
  // @ts-ignore
package/exports/chain.js CHANGED
@@ -1344,6 +1344,7 @@ class Chain extends VersionControl {
1344
1344
  }
1345
1345
  }
1346
1346
  async #addBlock(block) {
1347
+ console.log({ block });
1347
1348
  const blockMessage = await new BlockMessage(block);
1348
1349
  await Promise.all(blockMessage.decoded.transactions
1349
1350
  // @ts-ignore
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leofcoin/chain",
3
- "version": "1.5.59",
3
+ "version": "1.5.60",
4
4
  "description": "Official javascript implementation",
5
5
  "exports": {
6
6
  "./node": {