Skip to content

Commit

Permalink
fix(lint): remove duplicate import
Browse files Browse the repository at this point in the history
  • Loading branch information
noandrea committed May 12, 2021
1 parent a9da239 commit d494756
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/rosetta/lib/internal/service/online.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"time"

"github.com/coinbase/rosetta-sdk-go/types"
"github.com/cosmos/cosmos-sdk/server/rosetta/lib/errors"

crgerrs "github.com/cosmos/cosmos-sdk/server/rosetta/lib/errors"
crgtypes "github.com/cosmos/cosmos-sdk/server/rosetta/lib/types"
)
Expand Down Expand Up @@ -59,7 +59,7 @@ func networkOptionsFromClient(client crgtypes.Client) *types.NetworkOptionsRespo
Allow: &types.Allow{
OperationStatuses: client.OperationStatuses(),
OperationTypes: client.SupportedOperations(),
Errors: errors.SealAndListErrors(),
Errors: crgerrs.SealAndListErrors(),
HistoricalBalanceLookup: true,
},
}
Expand Down

0 comments on commit d494756

Please sign in to comment.