Minor styling and naming changes

This commit is contained in:
Amir Bandeali
2019-09-02 23:35:15 -07:00
parent 75a8b1c081
commit ea8669439f
8 changed files with 26 additions and 14 deletions

View File

@@ -41,7 +41,7 @@ library LibZeroExTransaction {
struct ZeroExTransaction {
uint256 salt; // Arbitrary number to ensure uniqueness of transaction hash.
uint256 expirationTimeSeconds; // Timestamp in seconds at which transaction expires.
uint256 gasPrice; // gasPrice at which transaction is required to be executed with.
uint256 gasPrice; // gasPrice that transaction is required to be executed with.
address signerAddress; // Address of transaction signer.
bytes data; // AbiV2 encoded calldata.
}