Summary of changes
Changes introduced in this pull request:
We have a hook that checks every interval after SessionPeriod has passed if we have a new key posted on chain, if not we retrigger the worker to generate new key, this PR increases this interval from 10 blocks to 20 blocks. In the testnet we see cases where keygen is posted succesfully after 10 blocks but this check retriggers the whole process.
Summary of changes Changes introduced in this pull request: