-
Notifications
You must be signed in to change notification settings - Fork 737
Description
Hi Team, i was facing this issue when compiling the good samaritan contract
import "https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/utils/Address.sol";
I was using this openzeppelin , however, the open zeppelin version - import "openzeppelin-contracts-08/utils/Address.sol";
provided in that challenge was no longer maintained and also I was not able to find too
if this is a valid issue, can I work on this one ?

NOTE : and also adding this extra point in the success message
-> if we are using a try catch , and if that external call fails , the state that has been updated in that external call will be reverted and in catch it will all be like the state how it was before the external call in the try is triggered
cause I have used a state inside of my INotifyable contract and have tried to figure out why I was failing 😅 , and later i have realized this when I have added logs in my contract