ApeWorX / ape-foundry

Foundry network provider for the Ape Framework
https://www.apeworx.io/
Apache License 2.0
32 stars 13 forks source link

fix: custom error check fails when error has receipt instead of transaction #87

Closed antazoey closed 7 months ago

antazoey commented 7 months ago

What I did

  1. issue where if receipt is used as txn, getting the hash would fail silently.

How I did it

  1. convert the hash to str in both conditions (str or bytes)

How to verify it

Checklist