Skip to content

Commit

Permalink
misc: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Zer0dot committed May 21, 2024
1 parent cc5388a commit ff938ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/BaseLightAccount.sol
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ abstract contract BaseLightAccount is BaseAccount, TokenCallbackHandler, UUPSUpg
_call(dest[i], value[i], func[i]);
}
}

/// @notice Creates a contract, this can only be called by this account.
/// @param initCode The initCode to deploy. NOTE: This could be replaced with transient storage in the near future,
/// depending on gas savings, if any.
Expand Down

0 comments on commit ff938ce

Please sign in to comment.