How to do when not upgrade IN TIME? #8980
-
|
Beta Was this translation helpful? Give feedback.
Answered by
magik6k
Jul 7, 2022
Replies: 2 comments
-
For fixing bad nonces we have a tool in lotus-shed which will generate messages 'filling' gaps in nonces
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
TippyFlitsUK
-
A full workday to fix the same problem, I forgot to upgrade. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For fixing bad nonces we have a tool in lotus-shed which will generate messages 'filling' gaps in nonces
./lotus-shed noncefix --auto --addr f3...
, or if you know the bad nonces,./lotus-shed noncefix --addr f3... --start [startnonce] --end [endnonce]