We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea33eea commit c7ff3ebCopy full SHA for c7ff3eb
plasma_framework/contracts/src/transactions/eip712Libs/PaymentEip712Lib.sol
@@ -56,7 +56,7 @@ library PaymentEip712Lib {
56
});
57
}
58
59
- // the 'encode(domainSeparator : 𝔹²⁵⁶, message : 𝕊)' of the EIP712 specification
+ // the 'encode(domainSeparator, message)' of the EIP712 specification
60
// see: https://github.com/ethereum/EIPs/blob/master/EIPS/eip-712.md#specification
61
function hashTx(Constants memory _eip712, PaymentTransactionModel.Transaction memory _tx)
62
internal
0 commit comments