clearing._messages: add todo to drop the `BrokedPosition` msg
parent
75f01e22d7
commit
3ff9fb3e10
|
@ -301,6 +301,8 @@ class BrokerdError(Struct):
|
||||||
broker_details: dict = {}
|
broker_details: dict = {}
|
||||||
|
|
||||||
|
|
||||||
|
# TODO: yeah, so we REALLY need to completely deprecate
|
||||||
|
# this and use the `.accounting.Position` msg-type instead..
|
||||||
class BrokerdPosition(Struct):
|
class BrokerdPosition(Struct):
|
||||||
'''
|
'''
|
||||||
Position update event from brokerd.
|
Position update event from brokerd.
|
||||||
|
|
Loading…
Reference in New Issue