remove sleep

This commit is contained in:
Anton Evangelatov 2020-07-03 21:29:04 +02:00
parent 7a5f1390d1
commit cd3dbf615f

View File

@ -6,7 +6,6 @@ import (
"fmt"
"io/ioutil"
"net/http"
"time"
"github.com/filecoin-project/go-address"
"github.com/filecoin-project/go-jsonrpc"
@ -380,8 +379,6 @@ func (m *LotusMiner) RunDefault() error {
return err
}
time.Sleep(3600 * time.Second)
mine = false
<-done