mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 15:09:42 +00:00
Binance: Subscribe/unsubscribe response handling (#1444)
* Binance: Fix subscription failures ignored * Testing: Fix race on shared config singleton * Config: Privatise Global config var We should *either* use a private var *or* use an accessor, but it doesn't make sense to mix paradigms. Since GetConfig() is well established this instead removes the limited uses of direct public access and adds a Setter * Zip: Fix test failure on http mocks
This commit is contained in:
2
testdata/configtest.json
vendored
2
testdata/configtest.json
vendored
@@ -495,7 +495,7 @@
|
||||
},
|
||||
"enabled": {
|
||||
"autoPairUpdates": true,
|
||||
"websocketAPI": false
|
||||
"websocketAPI": true
|
||||
}
|
||||
},
|
||||
"bankAccounts": [
|
||||
|
||||
411272
testdata/http_mock/binance/binance.json
vendored
411272
testdata/http_mock/binance/binance.json
vendored
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user