@@ -68,6 +68,7 @@ def on_book(message: dict, state: StateManager):
bid_price = int(best_price("buy"))
ask_price = int(best_price("sell"))
print(message)
state.update_bid_ask_price(symbol, bid_price, ask_price)
The note is not visible to the blocked user.