You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have one contract which calls burnFrom in an erc20 contract and a reverts due to insufficient allowance. The revert is not being handle correctly. Getting this output:
AssertionError: Expected transaction to be reverted
+ expected - actual
-Transaction NOT reverted.
+Transaction reverted.
I am using harmony testnet as well as using the zeppelin uups contracts.
The text was updated successfully, but these errors were encountered:
floomby
changed the title
Incorrect revert behavior only on testnet, but not on hardhad development network
Incorrect revert behavior on testnet, but not on hardhat development network
Mar 16, 2022
I have one contract which calls
burnFrom
in an erc20 contract and a reverts due to insufficient allowance. The revert is not being handle correctly. Getting this output:If I can look in the block explorer and see that the transaction is failing: https://explorer.testnet.harmony.one/tx/0xe134e66922a2a9a8f87f774d930b90ef919234a3dcfccab62fd5e0b22a9842c6?activeTab=0
I am using harmony testnet as well as using the zeppelin uups contracts.
The text was updated successfully, but these errors were encountered: