1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-10-01 01:22:26 +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

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