Skip to content

Commit

Permalink
Update CatalystChainInterface.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
reednaa authored Apr 15, 2024
1 parent bd696dd commit f750ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evm/src/CatalystChainInterface.sol
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ contract CatalystChainInterface is ICatalystChainInterface, Ownable, Bytes65 {
identifier,
toAsset,
U,
minOut * (2 << 16) / ((2 << 16) - uint256(underwriteIncentiveX16)) // minout is checked after underwrite fee.
minOut * (1 << 16) / ((1 << 16) - uint256(underwriteIncentiveX16)) // minout is checked after underwrite fee.
);

// The following number of lines act as re-entry protection. Do not add any external call inbetween these lines.
Expand Down

0 comments on commit f750ce5

Please sign in to comment.