mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-02 10:31:04 +08:00
1. Rename `traderRecord` to `trader` in handleCreateTrader - Aligns with upstream naming convention (nofxaios/dev) - Line 403: variable definition - Line 424: CreateTrader call 2. Add Binance server time synchronization (PR #145 simple fix) - Fixes timestamp errors (code=-1021) - Sets UseTestnet=false (ensure production network) - Syncs server time on trader initialization - Based on commit 64299c1 from pr-145 branch Both changes improve compatibility with upstream and prevent timestamp-related API failures.