()
| 404 | } |
| 405 | |
| 406 | func (w *worker) notifyResultLoop() { |
| 407 | select { |
| 408 | case w.resultCh <- struct{}{}: |
| 409 | default: |
| 410 | } |
| 411 | } |
| 412 | |
| 413 | // resultLoop is a standalone goroutine to submit mining result to L1 contract. |
| 414 | func (w *worker) resultLoop() { |
no outgoing calls
no test coverage detected