-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gemini - fetchMarketsFromApi #15862
gemini - fetchMarketsFromApi #15862
Conversation
js/gemini.js
Outdated
@@ -1317,7 +1402,7 @@ module.exports = class gemini extends Exchange { | |||
} | |||
|
|||
nonce () { | |||
return this.milliseconds (); | |||
return this.seconds (); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pcriadoperez btw why are we doing this?
check this for context: #16066 and let me know if you have additional info pls
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@carlosmiei I think that it should be this.seconds
I can't get gemini to work, and the solution is to change to this.seconds
I was having the same issue as the other user and also saw Gemini fetchTime
returned in seconds, but I changed it back to milliseconds after seeing
your comments in the issue
…On Fri, Dec 16, 2022, 1:23 PM Carlos Gonçalves ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In js/gemini.js
<#15862 (comment)>:
> @@ -1317,7 +1402,7 @@ module.exports = class gemini extends Exchange {
}
nonce () {
- return this.milliseconds ();
+ return this.seconds ();
@pcriadoperez <https://github.com/pcriadoperez> btw why are we doing this?
check this for context: #16066 <#16066>
and let me know if you have additional info pls
—
Reply to this email directly, view it on GitHub
<#15862 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC4UR7H7IIRZJGCJ7O2JS2LWNRNKXANCNFSM6AAAAAASNU4RFY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
LGTM ✅ |
fixes: #16036
gemini Nonce '1669661118488' is not within 30 seconds of server time '1669661120''
Test createOrder