mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-09 07:26:48 +00:00
Optimisation: Large struct pointer conversion (final part) (#265)
Completes large struct pointer optomisations over the entire codebase and enables hugeParams linter by default
This commit is contained in:
@@ -37,7 +37,7 @@ func TestSetup(t *testing.T) {
|
||||
bConfig.APISecret = apiSecret
|
||||
bConfig.AuthenticatedAPISupport = true
|
||||
|
||||
b.Setup(bConfig)
|
||||
b.Setup(&bConfig)
|
||||
|
||||
if !b.IsEnabled() ||
|
||||
b.RESTPollingDelay != time.Duration(10) || b.Verbose ||
|
||||
|
||||
Reference in New Issue
Block a user