Skip to content

Commit 9ecc957

Browse files
VoD request - fix example typo (#887)
typo in example async
1 parent 35e9134 commit 9ecc957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ async def submit_sample_transaction():
295295
fee="10",
296296
)
297297
# sign and submit the transaction
298-
tx_response = await submit_and_wait(my_tx_payment_signed, async_client, test_wallet)
298+
tx_response = await submit_and_wait(my_tx_payment, async_client, test_wallet)
299299

300300
asyncio.run(submit_sample_transaction())
301301
```

0 commit comments

Comments
 (0)