mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 15:09:42 +00:00
portfolio: Fix CryptoID balance issue and assertify tests (#1861)
* portfolio: Fix CryptoID balance issue and assertify tests * portfolio: Expand context usage, enhance tests and a few other minor improvements * portfolio: Further improvements and enhance common.IsValidCryptoAddress * config, portfolio: Use v6.DefaultConfig, switch to context.WithCancel
This commit is contained in:
15
testdata/configtest.json
vendored
15
testdata/configtest.json
vendored
@@ -238,6 +238,21 @@
|
||||
"ColdStorage": false,
|
||||
"SupportedExchanges": ""
|
||||
}
|
||||
],
|
||||
"providers": [
|
||||
{
|
||||
"name": "Ethplorer",
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"name": "XRPScan",
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"name": "CryptoID",
|
||||
"enabled": false,
|
||||
"apiKey": "Key"
|
||||
}
|
||||
]
|
||||
},
|
||||
"exchanges": [
|
||||
|
||||
Reference in New Issue
Block a user