add orphanRoot to spv chain.
This commit is contained in:
parent
fc45025131
commit
a7a8eb11bb
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user