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

Correct inputs

parent dbcf2ad4
Branches
Tags
No related merge requests found
......@@ -206,7 +206,7 @@ class Wallet(QObject):
"""
inputs = []
for s in sources:
inputs.append(InputSource(None, None, s['type'], s['identifier'], s['noffset']))
inputs.append(InputSource(s['amount'], s['base'], s['type'], s['identifier'], s['noffset']))
return inputs
def tx_unlocks(self, sources):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment