Skip to content

Commit

Permalink
fix comment in src/storage
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxMustermann2 committed Feb 26, 2025
1 parent 2b1483d commit 4178f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage/BootstrapStorage.sol
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ contract BootstrapStorage is GatewayStorage {
/// @param underlyingToken The address of the underlying token.
/// @param tvlLimit The TVL limit for the vault.
/// @return The address of the newly deployed vault.
// The bytecode returned by `BEACON_PROXY_BYTECODE` and `IMUA_CAPSULE_BEACON` address are actually fixed size of
// The bytecode returned by `BEACON_PROXY_BYTECODE` and `VAULT_BEACON` address are actually fixed size of
// byte
// array, so it would not cause collision for encodePacked
// slither-disable-next-line encode-packed-collision
Expand Down

0 comments on commit 4178f62

Please sign in to comment.