Skip to content

Commit

Permalink
chore: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwise-constructs committed Sep 18, 2024
1 parent b3ac7f1 commit 27897d6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/ape_ethereum/provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -640,9 +640,8 @@ def get_receipt(
self.web3.eth.wait_for_transaction_receipt(hex_hash, timeout=timeout)
)
except TimeExhausted as err:
# We don't auto-wait for acceptance or confirmations for private transactions.
# TODO: Update comment with instructions for how to manually wait
# once the feature is ready in core Ape.
# Since private transactions can take longer,
# return a partial receipt instead of throwing a TimeExhausted error.
if private:
# Return with a partial receipt
data = {
Expand Down

0 comments on commit 27897d6

Please sign in to comment.