Open MickdeGraaf opened 3 years ago
Adds a contract which adds and removes tokens from the PieVault storage when called.
The contract itself needs to be whitelisted as a caller in the target pie and only the owner can call the update function
caller
owner
update function
Run the tests
When called from the Pie itself it triggers the reentrancy protection
Description
Adds a contract which adds and removes tokens from the PieVault storage when called.
The contract itself needs to be whitelisted as a
caller
in the target pie and only theowner
can call theupdate function
Checklist
Testing
Run the tests
Refers/Fixes