Skip to content
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.

Commit

Permalink
Merge pull request #28 from geek96/master
Browse files Browse the repository at this point in the history
Minor spelling mistake in error message
  • Loading branch information
localhuman committed Oct 13, 2017
2 parents 9b04269 + a25e117 commit 27ab21a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neo/SmartContract/ApplicationEngine.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def Execute(self):
fname = os.path.split(exc_tb.tb_frame.f_code.co_filename)[1]
self.__log.debug(exc_type, fname, exc_tb.tb_lineno)
self.__log.debug("exception calculating gas consumed %s " % e)
print("Exception calculating gas consumbed %s " % e)
print("Exception calculating gas consumed %s " % e)
return False

if not self.testMode and self.gas_consumed > self.gas_amount:
Expand Down

0 comments on commit 27ab21a

Please sign in to comment.