Skip to content
Snippets Groups Projects
Commit 696cc0d7 authored by dpuzyrkov's avatar dpuzyrkov
Browse files

...

parent 89927e1e
No related branches found
No related tags found
No related merge requests found
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
......@@ -195,9 +195,9 @@ class CellframeNetwork:
else:
return None
def create_base_transaction(self, emission, certs):
def create_base_transaction(self, emission, certs, fee):
return Mempool.baseTxCreate(self.main, emission.datum.hash, self.zerochain, emission.datum.value, emission.datum.ticker,
emission.datum.addr, certs)
emission.datum.addr, fee, certs)
def get_emission_by_tsd(self, tsd_dict):
......
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