Skip to content

Commit

Permalink
fix: solidity coverage cannot compile with weird symbol in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
boolafish committed Oct 3, 2019
1 parent bcf1837 commit f7fa6f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ library PaymentEip712Lib {
});
}

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

0 comments on commit f7fa6f5

Please sign in to comment.