drand/tlock

Have a more helpful error message for past rounds upon encryption in the cli

AnomalRoil opened this issue · 1 comments

Here:

return fmt.Errorf("round %d is not valid anymore", flags.Round)

It is not clear it's failing because the round has already lapsed.
Maybe have instead:
"round %d is in the past, aborting"

Changed