Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
@0x/contracts-staking: Emit CobbDouglasAlphaChanged event when ca…
Browse files Browse the repository at this point in the history
…lling `setCobbDouglasAlpha()`.
  • Loading branch information
dorothy-zbornak committed Aug 29, 2019
1 parent 4f56c98 commit 2d1b7c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/staking/contracts/src/fees/MixinExchangeFees.sol
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ contract MixinExchangeFees is
}
cobbDouglasAlphaNumerator = numerator;
cobbDouglasAlphaDenomintor = denominator;
emit CobbDouglasAlphaChanged(numerator, denominator);
}

/// @dev Pays a protocol fee in ETH.
Expand Down

0 comments on commit 2d1b7c5

Please sign in to comment.