Update SublimeEthereum version

A fix I submitted upstream was merged, and this commit bumps the submodule
to include it.
pull/1598/head^2
Ersikan 3 years ago committed by David Peter
parent 9eb26b702c
commit e219c8fc03

@ -1 +1 @@
Subproject commit 4f775259cd15a50a3a18f433cbd4024f46d30ce3
Subproject commit b60e0a3e00e68263fcf35ba1a2e0bd0f6e3544f9

@ -15,7 +15,7 @@
 * the Metadata extension, but not including the Enumerable extension, which is available separately as
 * {ERC721Enumerable}.
 */
contract ERC721 is Context, ERC165, IERC721, IERC721Metadata {
contract ERC721 is Context, ERC165, IERC721, IERC721Metadata {
 using Address for address;
 using Strings for uint256;

@ -10,7 +10,7 @@
#@dev ERC20/223 Features referenced by this contract
contract TokenContract:
contract TokenContract:
 def transfer(_to: address, _value: uint256) -> bool: modifying
# Event for token purchase logging

Loading…
Cancel
Save