Skip to content

Commit

Permalink
Update v3-specification.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dekz authored Sep 17, 2019
1 parent b0aa6db commit 1b9a783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v3/v3-specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -2386,7 +2386,7 @@ For more information about how this is used, see [hashing an order](#hashing-an-

## EIP-1271 Usage

Both the [`Validator](#validator) and [`EIP1271Wallet`](#eip1271wallet) signature types are [EIP-1271](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-1271.md) compliant. Note that this standard does not specify how data should be encoded when it is passed to the verifying contract's `isValidSignature` function. The `Exchange` contract will pass data to the verifying contract that is ABI encoded with one of the following function signatures, depending on if a `Order` or `ZeroExTransaction` is being validated:
Both the [`Validator`](#validator) and [`EIP1271Wallet`](#eip1271wallet) signature types are [EIP-1271](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-1271.md) compliant. Note that this standard does not specify how data should be encoded when it is passed to the verifying contract's `isValidSignature` function. The `Exchange` contract will pass data to the verifying contract that is ABI encoded with one of the following function signatures, depending on if a `Order` or `ZeroExTransaction` is being validated:

```solidity
contract IEIP1271Data {
Expand Down

0 comments on commit 1b9a783

Please sign in to comment.