We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3c4046 commit e577e74Copy full SHA for e577e74
src/main/scala/mvp2/actors/Planner.scala
@@ -62,7 +62,7 @@ class Planner(settings: Settings) extends CommonActor {
62
nextPeriod = Period(keyBlock, settings)
63
needToCheckTimeToPublish = true
64
lastBlock = keyBlock
65
- if (!isRemoved) epoch.dropNextPublisherPublicKey
+ if (!isRemoved) epoch = epoch.dropNextPublisherPublicKey
66
if (lastBlock.scheduler.nonEmpty) hasWritten = true
67
logger.info(s"Last block was updated. Height of last block is: ${lastBlock.height}. Period was updated. " +
68
s"New period is: $nextPeriod.")
0 commit comments