mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-04 23:16:54 +00:00
bitfinex: fix potential panic caused by wrapper issues cmd (#1118)
* bitfinex: fix potential panic caused by wrapper issues cmd * bitfinex: add tests and disallow empty base, empty quote is fine. * rm quote check Co-authored-by: Ryan O'Hara-Reid <ryan.oharareid@thrasher.io>
This commit is contained in:
@@ -39,6 +39,11 @@
|
||||
"secret": "Secret",
|
||||
"otpSecret": "-"
|
||||
},
|
||||
"binanceus": {
|
||||
"key": "Key",
|
||||
"secret": "Secret",
|
||||
"otpSecret": "-"
|
||||
},
|
||||
"bitfinex": {
|
||||
"key": "Key",
|
||||
"secret": "Secret",
|
||||
@@ -80,6 +85,11 @@
|
||||
"secret": "Secret",
|
||||
"otpSecret": "-"
|
||||
},
|
||||
"bybit": {
|
||||
"key": "Key",
|
||||
"secret": "Secret",
|
||||
"otpSecret": "-"
|
||||
},
|
||||
"coinbasepro": {
|
||||
"key": "Key",
|
||||
"secret": "Secret",
|
||||
@@ -148,10 +158,10 @@
|
||||
"otpSecret": "-"
|
||||
},
|
||||
"okx": {
|
||||
"key": "Key",
|
||||
"secret": "Secret",
|
||||
"clientID": "ClientID",
|
||||
"otpSecret": "-"
|
||||
"key": "Key",
|
||||
"secret": "Secret",
|
||||
"clientID": "ClientID",
|
||||
"otpSecret": "-"
|
||||
},
|
||||
"poloniex": {
|
||||
"key": "Key",
|
||||
|
||||
Reference in New Issue
Block a user