This commit is contained in:
abolfazlrahmani 2025-03-02 15:42:18 +03:30 committed by GitHub
commit 6ae81b2020
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ package sve
import (
"go.uber.org/zap"
"lbank-connector-go/pkg"
"github.com/LBank-exchange/lbank-connector-go/pkg"
)
type Client struct {
@ -70,4 +70,4 @@ func (c *Client) NewWithDrawService() *WithDrawService {
func (c *Client) NewHttpService() *HttpService {
return &HttpService{c: c}
}
}