Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
trading: wrong balance fields for Cryptopia (#323)
Fixing a typo in balance update: $market->balance was updated by $balance->HeldForTrades but should be $balance-.Available This caused properly updated balance in previous loop to be overwritten by wrong value.
- Loading branch information