Open chanhosuh opened 11 months ago
Right now, StateLog and Trader instances have a pool attribute that may get mutated from elsewhere. There is no need for state however, so their methods should be updated with a pool arg instead.
StateLog
Trader
pool
Right now,
StateLog
andTrader
instances have apool
attribute that may get mutated from elsewhere. There is no need for state however, so their methods should be updated with apool
arg instead.