sswensen/Charity-Blockchain

Pass correct values to called child functions

Closed this issue · 2 comments

Currently, msg.sender on the child level is the CharitableDonations contract, needs to be the person who called the function originally.

See commit 9e464c0

The modifier only_owner will also break since it is utilizing the msg.sender.

Restructure of infrastructure makes this invalid