allowing custom rpc messages to be sent

This commit is contained in:
Emilio Basualdo
2022-08-11 13:46:41 -03:00
parent dd4e44931e
commit 803c94f735
5 changed files with 20 additions and 1 deletions

View File

@@ -19,6 +19,8 @@ class RPCMessageType(Enum):
STRATEGY_MSG = 'strategy_msg'
CUSTOM_MSG = "custom_msg"
def __repr__(self):
return self.value