Skip to content
Snippets Groups Projects
Commit 1dedfd58 authored by inso's avatar inso
Browse files

Fix issue #524

parent d713cf05
No related branches found
No related tags found
No related merge requests found
...@@ -304,7 +304,7 @@ class Wallet(QObject): ...@@ -304,7 +304,7 @@ class Wallet(QObject):
unlocks = self.tx_unlocks(sources) unlocks = self.tx_unlocks(sources)
outputs = self.tx_outputs(pubkey, computed_outputs, overheads) outputs = self.tx_outputs(pubkey, computed_outputs, overheads)
logging.debug("Outputs : {0}".format(outputs)) logging.debug("Outputs : {0}".format(outputs))
tx = Transaction(PROTOCOL_VERSION, community.currency, blockstamp, 0, tx = Transaction(3, community.currency, blockstamp, 0,
[self.pubkey], inputs, unlocks, [self.pubkey], inputs, unlocks,
outputs, message, None) outputs, message, None)
return tx return tx
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment