makerdao / univ2-lp-oracle

GNU Affero General Public License v3.0
23 stars 13 forks source link

is that ok to emit even if we don't change anything? #23

Closed alexisgayte closed 3 years ago

alexisgayte commented 3 years ago

https://github.com/makerdao/univ2-lp-oracle/blob/c500d2197f153f70da0e3005e74b87c37ee33a40/src/Univ2LpOracle.sol#L205

link(3, address(0xxxxx))

brianmcmichael commented 3 years ago

Yes. This is an authed function and we want to know about it even if it's successfully called in error.