From 5c3d10eed0c5ca99f6a25b67c08c09d35428cf34 Mon Sep 17 00:00:00 2001 From: Godzilaa Date: Fri, 15 May 2026 00:08:46 +0530 Subject: [PATCH] fix: correct usage filename in chunked consensus example The usage header referenced topic_message_submit_chunked.py instead of the actual filename topic_message_submit_chunked_transaction.py. Signed-off-by: Godzilaa --- .../consensus/topic_message_submit_chunked_transaction.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/examples/consensus/topic_message_submit_chunked_transaction.py b/examples/consensus/topic_message_submit_chunked_transaction.py index 63d24e8d4..0eea55a89 100644 --- a/examples/consensus/topic_message_submit_chunked_transaction.py +++ b/examples/consensus/topic_message_submit_chunked_transaction.py @@ -1,9 +1,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