Skip to content

Commit 52c15a4

Browse files
docs(examples): fix usage filename in chunked submit example (hiero-ledger#2285)
Signed-off-by: Zainab Travadi <zainabtravadi421@gmail.com>
1 parent 7d3d212 commit 52c15a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/consensus/topic_message_submit_chunked_transaction.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
33
Example demonstrating topic message submit chunked transaction.
44
5-
uv run examples/consensus/topic_message_submit_chunked.py
6-
python examples/consensus/topic_message_submit_chunked.py
5+
uv run examples/consensus/topic_message_submit_chunked_transaction.py
6+
python examples/consensus/topic_message_submit_chunked_transaction.py
77
"""
88

99
import sys

0 commit comments

Comments
 (0)