Skip to content
Snippets Groups Projects
Commit 8f6a2fcf authored by Moul's avatar Moul
Browse files

[mod] #72: Remove duplicate check for outputBackChange pubkey.

parent 5af9bc89
No related branches found
No related tags found
1 merge request!78[enh] add support for multiple outputs
...@@ -131,9 +131,6 @@ def generate_transaction_document(ep, issuers, AmountTransfered, listinput_and_a ...@@ -131,9 +131,6 @@ def generate_transaction_document(ep, issuers, AmountTransfered, listinput_and_a
totalAmountTransfered = AmountTransfered * len(outputAddresses) totalAmountTransfered = AmountTransfered * len(outputAddresses)
if OutputbackChange:
OutputbackChange = check_public_key(OutputbackChange, True)
listinput = listinput_and_amount[0] listinput = listinput_and_amount[0]
totalAmountInput = listinput_and_amount[1] totalAmountInput = listinput_and_amount[1]
......
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