Closed skaunov closed 2 years ago
On the second thought I came to conclusion that this difference in calls were on purpose, so let me close the PR. Though I would say it will be helpful to have an additional line of comment to emphasize this difference for a reader.
Correct me if I got the idea of this example wrong, pls. If we want to trigger
Receiver.fallback()
, then we should declaretestCallDoesNotExist()
aspayable
. And without passingmsg.value
thefallback()
will be triggered with zero value.