Skip to content

Commit

Permalink
update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
popenta committed Apr 19, 2024
1 parent 51ba1f2 commit 03dcaae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multiversx_sdk/network_providers/transaction_awaiter.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def get_transaction(self, tx_hash: str) -> TransactionOnNetwork:


class TransactionAwaiter:
"""TransactionAwaiter allows one to continuously watch (monitor), by means of polling, the status of a given transaction."""
"""TransactionAwaiter allows one to await until a specific event (such as transaction completion) occurs on a given transaction."""
default_polling_interval = 6000
default_timeout = default_polling_interval * 15
default_patience = 0
Expand Down

0 comments on commit 03dcaae

Please sign in to comment.