hypercore
Advanced tools
Comparing version 11.0.6 to 11.0.7
@@ -652,4 +652,4 @@ const crypto = require('hypercore-crypto') | ||
async _onconflict (proof, from) { | ||
await this.replicator.onconflict(from) | ||
async _onconflict (proof) { | ||
await this.replicator.onconflict() | ||
@@ -656,0 +656,0 @@ for (let i = this.monitors.length - 1; i >= 0; i--) { |
@@ -236,2 +236,3 @@ const crypto = require('hypercore-crypto') | ||
if (src.dependencyLength > this.dependencyLength) { | ||
this.dependencyLength = src.dependencyLength | ||
this.storage.updateDependencyLength(src.dependencyLength) | ||
@@ -238,0 +239,0 @@ } |
{ | ||
"name": "hypercore", | ||
"version": "11.0.6", | ||
"version": "11.0.7", | ||
"description": "Hypercore is a secure, distributed append-only log", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is too big to display
283920
8056