TOSQUASH 322e015d Fix `mk_codec()` input arg

runtime_to_msgspec
Tyler Goodlet 2024-04-12 11:47:10 -04:00
parent eec240a70a
commit faa7194daf
1 changed files with 1 additions and 1 deletions

View File

@ -420,7 +420,7 @@ def mk_codec(
# instance of the default `msgspec.msgpack` codec settings, i.e.
# no custom structs, hooks or other special types.
_def_msgspec_codec: MsgCodec = mk_codec(ipc_msg_spec=Any)
_def_msgspec_codec: MsgCodec = mk_codec(ipc_pld_spec=Any)
# The built-in IPC `Msg` spec.
# Our composing "shuttle" protocol which allows `tractor`-app code