diff --git a/cellframenet.py b/cellframenet.py
index f46be060a1c94ac11bed0966b8374bcb2a319f60..41e88df1c74fa42749fd09036d16a123c8aa1f9c 100644
--- a/cellframenet.py
+++ b/cellframenet.py
@@ -125,10 +125,10 @@ class CellframeBaseTransactionDatum:
 
     def emission(self):
         if not self.emission_:
-            tiker = str(self.tx_token().ticker)
-            hf = HashFast.fromString(str(self.tx_token().tokenEmissionHash))
+            #tiker = str(self.tx_token().ticker)
+            h = str(self.tx_token().tokenEmissionHash)
             ledger = self.net.getLedger()   
-            ems = ledger.tokenEmissionFind(hf)
+            ems = ledger.tokenEmissionFind(h)
             if not ems:
                 return None
             self.emission_ = CellframeEmission(ems)