Commit 45e695d6 authored by James Kim's avatar James Kim

update comments

parent 6404af03
...@@ -7,6 +7,7 @@ import { ECDSA } from "@openzeppelin/contracts/utils/cryptography/ECDSA.sol"; ...@@ -7,6 +7,7 @@ import { ECDSA } from "@openzeppelin/contracts/utils/cryptography/ECDSA.sol";
/** /**
* Simple ERC1271 wallet that can be used to test the ERC1271 signature checker. * Simple ERC1271 wallet that can be used to test the ERC1271 signature checker.
* https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/mocks/ERC1271WalletMock.sol
*/ */
contract TestERC1271Wallet is Ownable, IERC1271 { contract TestERC1271Wallet is Ownable, IERC1271 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment