2 Comments

Hey Nick, in your gas efficient external call example you have "(bool success, uint result)". I think that might want it to be "(bool success, bytes memory result)". Thanks for the great article!

Expand full comment