Skip to content

Commit 62f2239

Browse files
Minor default value fix
1 parent 48c101d commit 62f2239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

QuantConnect.dYdXBrokerage/dYdXBrokerageFactory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public class dYdXBrokerageFactory : BrokerageFactory
4141
{
4242
{ "dydx-private-key-hex", Config.Get("dydx-private-key-hex") },
4343
{ "dydx-address", Config.Get("dydx-address") },
44-
{ "dydx-subaccount-number", Config.Get("dydx-subaccount-number") },
44+
{ "dydx-subaccount-number", Config.Get("dydx-subaccount-number", "0") },
4545

4646
// mainnet
4747
// use KingNodes by default for the reason of better testings, and no rest endpoint for OEGS

0 commit comments

Comments
 (0)