Open CagriAldemir opened 2 years ago
https://github.com/jaggedsoft/node-binance-api/blob/583a34a1f70a600a7286ed3e08b9809ad221049e/node-binance-api.js#L5350
The above line looks wrong. I think it should be like below.
Binance.options.execution_callback = execution_callback ? execution_callback : callback;
https://github.com/jaggedsoft/node-binance-api/blob/583a34a1f70a600a7286ed3e08b9809ad221049e/node-binance-api.js#L5350
The above line looks wrong. I think it should be like below.