CjHare / Separate-Staking-Reward-ERC4626-Vault

A ERC4626 Vault that hands out rewards in the vein of Masterchef V2
Apache License 2.0
3 stars 0 forks source link

[Feature] Gas optimisation - Private harvest function #21

Open CjHare opened 1 year ago

CjHare commented 1 year ago

Feature Description

Avoid re-entrancy and reduce gas overhead by having a private harvest function, with a public pass on (exposer(

Additional Information