joinmarket/scripts/obwatch
Adam Gibson 7eaf368dd7
Fix ob-watcher script after dust threshold change
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.
2021-09-07 09:19:50 +01:00
..
vendor add missing jquery lib to ob-watcher.py 2021-02-11 14:32:17 +01:00
ob-watcher.py Fix ob-watcher script after dust threshold change 2021-09-07 09:19:50 +01:00
orderbook.html Show fidelity bonds on orderbook watch html page 2021-07-20 12:47:56 +01:00
sybil_attack_calculations.py Set library file as non-executable 2021-08-12 15:25:09 +02:00