From 8a45b7f7102d12487f9d36abceb2aec026352a48 Mon Sep 17 00:00:00 2001 From: /alex/ Date: Mon, 11 Dec 2023 20:40:24 +0100 Subject: [PATCH] good catch Co-authored-by: Thoralf-M <46689931+Thoralf-M@users.noreply.github.com> --- bindings/python/iota_sdk/types/block/block.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/iota_sdk/types/block/block.py b/bindings/python/iota_sdk/types/block/block.py index e1f7abe4f7..61c94bebf2 100644 --- a/bindings/python/iota_sdk/types/block/block.py +++ b/bindings/python/iota_sdk/types/block/block.py @@ -16,7 +16,7 @@ @json @dataclass class Block: - """A signed block that can hold either a `BasicBlockBody` or a `ValidationBlockBody`. + """A block that can hold either a `BasicBlockBody` or a `ValidationBlockBody`. Shared data is stored alongside such a block in the header fields. Attributes: