Skip to content

Commit

Permalink
fix: [N-04] Misleading comments (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
pxrl committed Jul 26, 2023
1 parent e2767a1 commit cc582fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/ZkSync_SpokePool.sol
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ contract ZkSync_SpokePool is SpokePool {
// while changing only constructor parameters can lead to substantial fee savings. So, the following params
// are all set by passing in constructor params where possible.

// ETH is an ERC20 on ZkSync with built in functions to bridge to L1.
// ETH on ZkSync implements a subset of the ERC-20 interface, with additional built-in support to bridge to L1.
address public l2Eth;

// Bridge used to withdraw ERC20's to L1
Expand Down

0 comments on commit cc582fe

Please sign in to comment.