Browse Source
Before this commit, the ob-watcher.py script errored in trying to read offers because the variable dust_threshold of the OrderbookWatch class was not initialized; this was because this variable is now set by the client in the AMP message JMInit; but ob-watcher is a script that runs without any such client. Since the script has access to the global configuration from the jmclient package anyway, the fix is just to add that into the ObBasic class constructor.master
1 changed files with 4 additions and 0 deletions
Loading…
Reference in new issue