Skip to content

Commit c7ff3eb

Browse files
committed
fix: solidity coverage cannot compile with weird symbol in comment
1 parent ea33eea commit c7ff3eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plasma_framework/contracts/src/transactions/eip712Libs/PaymentEip712Lib.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ library PaymentEip712Lib {
5656
});
5757
}
5858

59-
// the 'encode(domainSeparator : 𝔹²⁵⁶, message : 𝕊)' of the EIP712 specification
59+
// the 'encode(domainSeparator, message)' of the EIP712 specification
6060
// see: https://github.com/ethereum/EIPs/blob/master/EIPS/eip-712.md#specification
6161
function hashTx(Constants memory _eip712, PaymentTransactionModel.Transaction memory _tx)
6262
internal

0 commit comments

Comments
 (0)