makerdao / pyexchange

Python API for some cryptocurrency exchanges
GNU Affero General Public License v3.0
72 stars 62 forks source link

Lock order deletion from local order book #204

Closed MikeHathaway closed 3 years ago

MikeHathaway commented 3 years ago

Logs were showing key errors from attempting to delete entries that were no longer present. This should resolve that issue by ensuring that orders are removed from the orderbook on receipt of cancellation or fill.