This commit is contained in:
feliam 2018-01-16 13:53:01 -03:00 committed by GitHub
parent 000ef094f9
commit aeb3b99f7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -445,7 +445,7 @@ class EVMAccount(object):
def address(self):
return self._address
def _null_func():
def _null_func(self):
pass