[rpc] Fix lint

pull/3389/head
Janet Liang 4 years ago
parent 346a5dda7c
commit 9737ca0b21
  1. 2
      hmy/tracer.go
  2. 2
      rpc/tracer.go

@ -20,7 +20,6 @@ import (
"bufio" "bufio"
"context" "context"
"fmt" "fmt"
"github.com/ethereum/go-ethereum/common/math"
"io/ioutil" "io/ioutil"
"os" "os"
"runtime" "runtime"
@ -29,6 +28,7 @@ import (
"github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/common/hexutil" "github.com/ethereum/go-ethereum/common/hexutil"
"github.com/ethereum/go-ethereum/common/math"
"github.com/ethereum/go-ethereum/rpc" "github.com/ethereum/go-ethereum/rpc"
"github.com/ethereum/go-ethereum/trie" "github.com/ethereum/go-ethereum/trie"
"github.com/harmony-one/harmony/core" "github.com/harmony-one/harmony/core"

@ -21,7 +21,6 @@ import (
"context" "context"
"errors" "errors"
"fmt" "fmt"
"github.com/harmony-one/harmony/hmy"
"time" "time"
"github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common"
@ -30,6 +29,7 @@ import (
"github.com/harmony-one/harmony/core" "github.com/harmony-one/harmony/core"
"github.com/harmony-one/harmony/core/rawdb" "github.com/harmony-one/harmony/core/rawdb"
"github.com/harmony-one/harmony/core/types" "github.com/harmony-one/harmony/core/types"
"github.com/harmony-one/harmony/hmy"
) )
const ( const (

Loading…
Cancel
Save