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

Correct inputs

parent dbcf2ad4
No related branches found
No related tags found
No related merge requests found
...@@ -206,7 +206,7 @@ class Wallet(QObject): ...@@ -206,7 +206,7 @@ class Wallet(QObject):
""" """
inputs = [] inputs = []
for s in sources: 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 return inputs
def tx_unlocks(self, sources): 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