Reset fs_height when backing up

This commit is contained in:
Neil Booth 2016-11-22 08:09:43 +09:00
parent dca8c034ff
commit d1ba4b1a76

View File

@ -650,6 +650,7 @@ class BlockProcessor(server.db.DB):
assert self.height >= 0
self.height -= 1
self.fs_height = self.height
assert not self.headers
assert not self.tx_hashes