There exists a Miner::ResultType::TIMEOUT that should be implemented.
- the length of the timeout should be based on the target block interval, maybe twice or ten times or one hundred times as long (figure out what makes sense)
- if the timeout is hit then the unmined transactions should be re-queued.
There exists a
Miner::ResultType::TIMEOUTthat should be implemented.