Skip to content

Commit

Permalink
Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
Thoralf-M committed Jun 28, 2023
1 parent 4df92c1 commit 7a6e797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/examples/client/post_raw_block.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
client = Client(nodes=[node_url])

# Create and post a block without payload
block_id = block = client.submit_payload(TaggedDataPayload(utf8_to_hex("tag"), utf8_to_hex("data")))[0]
block_id = client.submit_payload(TaggedDataPayload(utf8_to_hex("tag"), utf8_to_hex("data")))[0]
blockBytes = client.get_block_raw(block_id)

# Post raw block
Expand Down

0 comments on commit 7a6e797

Please sign in to comment.