Skip to content

Commit

Permalink
bought => buy
Browse files Browse the repository at this point in the history
  • Loading branch information
oldchili committed Dec 11, 2023
1 parent d181e1e commit 0808dc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/FlapperUniV2.sol
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ contract FlapperUniV2 {
event Deny(address indexed usr);
event File(bytes32 indexed what, uint256 data);
event File(bytes32 indexed what, address data);
event Kick(uint256 lot, uint256 sell, uint256 bought, uint256 liquidity);
event Kick(uint256 lot, uint256 sell, uint256 buy, uint256 liquidity);
event Cage(uint256 rad);

constructor(
Expand Down
2 changes: 1 addition & 1 deletion test/FlapperUniV2.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ contract FlapperUniV2Test is DssTest {
address constant UNIV2_DAI_MKR_PAIR = 0x517F9dD285e75b599234F7221227339478d0FcC8;
address constant UNIV2_LINK_DAI_PAIR = 0x6D4fd456eDecA58Cf53A8b586cd50754547DBDB2;

event Kick(uint256 lot, uint256 sell, uint256 bought, uint256 liquidity);
event Kick(uint256 lot, uint256 sell, uint256 buy, uint256 liquidity);
event Cage(uint256 rad);

function setUp() public {
Expand Down

0 comments on commit 0808dc8

Please sign in to comment.