Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
filinvadim authored Aug 29, 2023
1 parent 8a65f90 commit 82815e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ func OkexOrdersSubscribe(key, secret, pass string) (err error) {

stub.SetAuthHandler(func() (req []byte, resp []byte, err error) {
resp = []byte(`{"event":"login","success":true}`)
et := epochTime()
et := epochTime()
signingString := et + http.MethodGet + "/users/self/verify"
signed, err := hmacSha256Base64Sign(signingString, secret)
if err != nil {
Expand Down

0 comments on commit 82815e1

Please sign in to comment.