Skip to content

Commit

Permalink
Merge branch 'main' into fix/allow-fork-none
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey authored May 9, 2024
2 parents 976a3cb + 947141d commit 5fb0f1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ape_foundry/provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,6 @@ def send_transaction(self, txn: TransactionAPI) -> ReceiptAPI:
# a VM error.
receipt.raise_for_status()

logger.info(f"Confirmed {receipt.txn_hash} (total fees paid = {receipt.total_fees_paid})")
self.chain_manager.history.append(receipt)
return receipt

Expand Down

0 comments on commit 5fb0f1e

Please sign in to comment.