Minor general cleanup and bug fixes (#443)

* Bugfix, remove non-needed code and cleanup some code

* Run go mod tidy

* Remove non-needed test and fix tautological err

* Fix Huobi interim var reference
This commit is contained in:
Adrian Gallagher
2020-02-12 16:52:05 +11:00
committed by GitHub
parent 1f3bb58a6b
commit 168c966441
14 changed files with 23 additions and 256 deletions

View File

@@ -1432,8 +1432,7 @@
},
"credentials": {
"key": "Key",
"secret": "Secret",
"pemKey": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIPVSj8YkpXibCAL9HwpGkDNSEXR9jcpiCthdikJqipNooAoGCCqGSM49\nAwEHoUQDQgAEHiB7q/HCqUrCNqPeTtRmKjyi2T+2O2JgoU8Mjx2R4z1h81uOZHCk\nxbsDg1fb7ACRMpKWPs59QWpQxhqMQrNw8w==\n-----END EC PRIVATE KEY-----\n"
"secret": "Secret"
},
"credentialsValidator": {
"requiresKey": true,