diff --git a/pkg/exchange/ftx/rest_order_request.go b/pkg/exchange/ftx/rest_order_request.go index 00bde5c67..1413b4e05 100644 --- a/pkg/exchange/ftx/rest_order_request.go +++ b/pkg/exchange/ftx/rest_order_request.go @@ -4,7 +4,6 @@ import ( "context" "encoding/json" "fmt" - "strconv" "github.com/c9s/bbgo/pkg/fixedpoint" ) @@ -65,4 +64,3 @@ func (r *orderRequest) PlaceOrder(ctx context.Context, p PlaceOrderPayload) (ord return o, nil } -