Skip to content

Commit

Permalink
Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
Thoralf-M committed Aug 15, 2023
1 parent 2aeaefa commit 30a993c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
transaction = account.claim_outputs(output_ids)
print(f'Transaction sent: {transaction.transactionId}')

block_id = account.retry_transaction_until_included(transaction)
block_id = account.retry_transaction_until_included(transaction.transactionId)
print(f'Block sent: {os.environ["EXPLORER_URL"]}/block/{block_id}')

0 comments on commit 30a993c

Please sign in to comment.