diff --git a/clvm/serialize.py b/clvm/serialize.py index 3d4a4bae..2d708926 100644 --- a/clvm/serialize.py +++ b/clvm/serialize.py @@ -44,7 +44,7 @@ ["OpStackType[T]", ValStackType, typing.BinaryIO, ToCLVMStorage[T]], ValStackType ] -OpStackType = typing.List[OpCallable[T]] +OpStackType = typing.List[OpCallable[_T_CLVMStorage]] def sexp_to_byte_iterator(