From a25e1178d543371aaaf887b1f9bfb18f32917c5b Mon Sep 17 00:00:00 2001 From: Basit Raza Date: Wed, 11 Oct 2017 21:58:00 +0500 Subject: [PATCH] Spelling mistake in error message --- neo/SmartContract/ApplicationEngine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neo/SmartContract/ApplicationEngine.py b/neo/SmartContract/ApplicationEngine.py index b58b3d5e3..a450a8d36 100644 --- a/neo/SmartContract/ApplicationEngine.py +++ b/neo/SmartContract/ApplicationEngine.py @@ -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: