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

Commit

Permalink
Spelling mistake in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
raza-basit committed Oct 11, 2017
1 parent 6b9f94c commit a25e117
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 a25e117

Please sign in to comment.