Skip to content

Commit

Permalink
remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
trajan0x committed Jul 2, 2024
1 parent 570158e commit f0bc3cb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions services/rfq/relayer/reldb/base/quote.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,13 @@ import (
"errors"
"fmt"

"github.com/ipfs/go-log"

"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/common/hexutil"
"github.com/synapsecns/sanguine/services/rfq/relayer/reldb"
"gorm.io/gorm"
"gorm.io/gorm/clause"
)

var logger = log.Logger("relayer-db")

// StoreQuoteRequest stores a quote request.
func (s Store) StoreQuoteRequest(ctx context.Context, request reldb.QuoteRequest) error {
rq := FromQuoteRequest(request)
Expand Down

0 comments on commit f0bc3cb

Please sign in to comment.