Skip to content
Snippets Groups Projects
Commit 726ff2bb authored by pavel.sidorenko's avatar pavel.sidorenko
Browse files

Fix: delete arg

parent 513f02b7
No related branches found
No related tags found
No related merge requests found
...@@ -128,7 +128,7 @@ class CellframeBaseTransactionDatum: ...@@ -128,7 +128,7 @@ class CellframeBaseTransactionDatum:
tiker = str(self.tx_token().ticker) tiker = str(self.tx_token().ticker)
hf = HashFast.fromString(str(self.tx_token().tokenEmissionHash)) hf = HashFast.fromString(str(self.tx_token().tokenEmissionHash))
ledger = self.net.getLedger() ledger = self.net.getLedger()
ems = ledger.tokenEmissionFind(tiker, hf) ems = ledger.tokenEmissionFind(hf)
if not ems: if not ems:
return None return None
self.emission_ = CellframeEmission(ems) self.emission_ = CellframeEmission(ems)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment