adshao / go-binance

A Go SDK for Binance API
MIT License
1.54k stars 677 forks source link

Add and fix filed Symbol struct futures exchangeInfoService #436

Closed mmavka closed 1 year ago

mmavka commented 1 year ago

I have corrected the fields in the symbol structure futures.exchangeInfoService. But I can't create a request. Access error.

add:

adshao commented 1 year ago

Would you like to create a pull request? What is the error?

mmavka commented 1 year ago

Can't create a new pull request: Push failed: ERROR: Permission to adshao/go-binance.git denied to mmavka. Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. If i do push, I get the same error

adshao commented 1 year ago

Can't create a new pull request: Push failed: ERROR: Permission to adshao/go-binance.git denied to mmavka. Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.

you should create a pull request from a fork repo: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork

mmavka commented 1 year ago

Done. Thx