Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky committed Oct 30, 2024
1 parent 53cd5fe commit 407ed5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chia/server/api_protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def wrapper(self: Self, original: Union[bytes, S], *args: P.args, **kwargs: P.kw
)
message_name_bytes = f"{message_name}_bytes"

request_type = ProtocolMessageTypes(f.__name__)
request_type = ProtocolMessageTypes[f.__name__]

request = ApiRequest(
request_type=request_type,
Expand Down

0 comments on commit 407ed5d

Please sign in to comment.