hyper-multisig 0.1.2 → 0.2.0

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.
Files changed (2) hide show
  1. package/index.js +0 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -77,7 +77,6 @@ class HyperMultisig {
77
77
  return new HyperMultisigRunner(async (runner) => {
78
78
  await srcCore.ready()
79
79
  this.swarm.join(srcCore.discoveryKey, { client: true, server: false })
80
- await srcCore.download({ start: 0, end: length }).done()
81
80
 
82
81
  if (!force) await MultisigUtil.verifyCoreRequestable(srcCore, length, { peerUpdateTimeout })
83
82
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hyper-multisig",
3
- "version": "0.1.2",
3
+ "version": "0.2.0",
4
4
  "description": "Multisig hypercore and hyperdrive",
5
5
  "main": "index.js",
6
6
  "files": [