add orphanRoot to spv chain.

This commit is contained in:
Christopher Jeffrey 2016-01-02 05:04:10 -08:00
parent fc45025131
commit a7a8eb11bb

View File

@ -620,7 +620,7 @@ Chain.prototype.locatorHashes = function locatorHashes(start) {
};
Chain.prototype.getOrphanRoot = function getOrphanRoot(hash) {
assert(false);
return bcoin.fullChain.prototype.getOrphanRoot.call(this, hash);
};
Chain.prototype.getHeight = function getHeight(hash) {