diff --git a/cryptarchia/test_common.py b/cryptarchia/test_common.py index 0022324..b5687e7 100644 --- a/cryptarchia/test_common.py +++ b/cryptarchia/test_common.py @@ -79,9 +79,7 @@ def mk_block( ) -def mk_chain( - parent: BlockHeader, note: Note, slots: list[int] -) -> tuple[list[BlockHeader], Note]: +def mk_chain(parent: BlockHeader, note: Note, slots: list[int]) -> list[BlockHeader]: assert type(parent) == BlockHeader chain = [] for s in slots: