harmonytask review comments

This commit is contained in:
Andrew Jackson (Ajax)
2023-08-21 11:26:26 -05:00
parent d732a7b747
commit 2912cf6f9c
4 changed files with 10 additions and 5 deletions
+2 -1
View File
@@ -9,9 +9,10 @@ import (
"sync/atomic"
"time"
"github.com/gorilla/mux"
"github.com/filecoin-project/lotus/lib/harmony/harmonydb"
"github.com/filecoin-project/lotus/lib/harmony/resources"
"github.com/gorilla/mux"
)
// Consts (except for unit test)
+2 -1
View File
@@ -9,8 +9,9 @@ import (
"sync/atomic"
"time"
"github.com/filecoin-project/lotus/lib/harmony/harmonydb"
logging "github.com/ipfs/go-log/v2"
"github.com/filecoin-project/lotus/lib/harmony/harmonydb"
)
var log = logging.Logger("harmonytask")