From 59ef15b9ab3cbe5a10041a610dbd05d75f931e3d Mon Sep 17 00:00:00 2001 From: Zainab Travadi Date: Thu, 14 May 2026 14:54:12 +0000 Subject: [PATCH] docs(examples): fix usage filename in chunked submit example Signed-off-by: Zainab Travadi --- .../consensus/topic_message_submit_chunked_transaction.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/consensus/topic_message_submit_chunked_transaction.py b/examples/consensus/topic_message_submit_chunked_transaction.py index 63d24e8d4..69276eeb6 100644 --- a/examples/consensus/topic_message_submit_chunked_transaction.py +++ b/examples/consensus/topic_message_submit_chunked_transaction.py @@ -2,8 +2,8 @@ Example demonstrating topic message submit chunked transaction. -uv run examples/consensus/topic_message_submit_chunked.py -python examples/consensus/topic_message_submit_chunked.py +uv run examples/consensus/topic_message_submit_chunked_transaction.py +python examples/consensus/topic_message_submit_chunked_transaction.py """ import sys