1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-10-08 04:43:54 +01:00

Update SublimeEthereum version

A fix I submitted upstream was merged, and this commit bumps the submodule
to include it.
This commit is contained in:
Ersikan
2021-03-30 17:44:15 +02:00
committed by David Peter
parent 9eb26b702c
commit e219c8fc03
3 changed files with 3 additions and 3 deletions

View File

@@ -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;