diff --git a/lib/bcoin/chain.js b/lib/bcoin/chain.js index c16fcf5f..236539cf 100644 --- a/lib/bcoin/chain.js +++ b/lib/bcoin/chain.js @@ -1121,7 +1121,7 @@ Chain.prototype.add = function add(initial, peer, callback, force) { self.emit('fork', block, { height: entry.height, - expected: network.checkpoints[entry.height], + expected: checkpoint, received: entry.hash, checkpoint: true }, peer);