Reset fs_height when backing up
This commit is contained in:
parent
dca8c034ff
commit
d1ba4b1a76
@ -650,6 +650,7 @@ class BlockProcessor(server.db.DB):
|
|||||||
assert self.height >= 0
|
assert self.height >= 0
|
||||||
self.height -= 1
|
self.height -= 1
|
||||||
|
|
||||||
|
self.fs_height = self.height
|
||||||
assert not self.headers
|
assert not self.headers
|
||||||
assert not self.tx_hashes
|
assert not self.tx_hashes
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user