Skip to content

Commit d88ce32

Browse files
committed
Updated example path errors in transaction_lifecycle.md
Signed-off-by: Cynthia Fotso <cynthiafotso8@gmail.com>
1 parent 38795f3 commit d88ce32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/sdk_developers/training/transaction_lifecycle.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ transaction.sign(account_private_key)
6565

6666
## 4. Execute the Transaction
6767

68-
Submit the transaction to the Hedera network. This returns a `TransactionResponse` indicating the network received it.
68+
Submit the transaction to the Hedera network. This returns a `TransactionReceipt` indicating the network has processed it.
6969

7070
```python
7171
receipt = transaction.execute(client)
@@ -142,7 +142,7 @@ def associate_token_with_account(client, account_id, account_private_key, token_
142142
print("Token associated successfully!")
143143
```
144144

145-
For more examples, see `examples/token_grant_kyc.py` or `examples/token_associate.py`.
145+
For more examples, see `examples/tokens/token_grant_kyc.py` or `examples/tokens/token_associate.py`.
146146

147147
## Correct vs. Incorrect Order
148148

0 commit comments

Comments
 (0)