Merge 93f43c0bf7 into c45bc342be
This commit is contained in:
commit
6ae81b2020
|
|
@ -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}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue