Do not crash if no change is sent

This commit is contained in:
BTChip 2014-08-25 00:18:38 +02:00
parent 8a47c80827
commit 3293731038
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@ class BTChipWallet(NewWallet):
redeemScripts = [] redeemScripts = []
signatures = [] signatures = []
preparedTrustedInputs = [] preparedTrustedInputs = []
changePath = None changePath = ""
changeAmount = None changeAmount = None
output = None output = None
outputAmount = None outputAmount = None