Skip to content

Commit

Permalink
copy
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsoncusack committed Mar 12, 2024
1 parent ac48dd8 commit ae79e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CoinbaseSmartWallet.sol
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ contract CoinbaseSmartWallet is MultiOwnable, UUPSUpgradeable, Receiver, ERC1271

/// @notice Returns the implementation of the ERC1967 proxy.
///
/// @return $ the address the implementation contract
/// @return $ The address of implementation contract.
function implementation() public view returns (address $) {
assembly {
$ := sload(_ERC1967_IMPLEMENTATION_SLOT)
Expand Down

0 comments on commit ae79e67

Please sign in to comment.