You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: