fix: lint

This commit is contained in:
marcello33 2024-11-08 18:40:26 +01:00
parent a4eb8db5bf
commit 7a854127dc
No known key found for this signature in database
GPG key ID: 06128777E3C36B16

View file

@ -3,8 +3,10 @@ package server
import ( import (
"context" "context"
"errors" "errors"
"github.com/ethereum/go-ethereum/core/types" "github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/rpc" "github.com/ethereum/go-ethereum/rpc"
protobor "github.com/maticnetwork/polyproto/bor" protobor "github.com/maticnetwork/polyproto/bor"
protoutil "github.com/maticnetwork/polyproto/utils" protoutil "github.com/maticnetwork/polyproto/utils"
) )