mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2024-11-09 17:36:14 +03:00
remove unused self.new_subslot_end
This commit is contained in:
parent
898bb79941
commit
d242d74262
@ -43,12 +43,10 @@ class TimelordAPI:
|
||||
):
|
||||
log.info("Skipping peak, already have.")
|
||||
self.timelord.state_changed("skipping_peak", {"height": new_peak.reward_chain_block.height})
|
||||
return None
|
||||
else:
|
||||
log.warning("block that we don't have, changing to it.")
|
||||
self.timelord.new_peak = new_peak
|
||||
self.timelord.state_changed("new_peak", {"height": new_peak.reward_chain_block.height})
|
||||
self.timelord.new_subslot_end = None
|
||||
|
||||
@api_request()
|
||||
async def new_unfinished_block_timelord(self, new_unfinished_block: timelord_protocol.NewUnfinishedBlockTimelord):
|
||||
|
Loading…
Reference in New Issue
Block a user