Browse Source

Do not crash if no change is sent

283
BTChip 10 years ago
parent
commit
3293731038
  1. 2
      plugins/btchipwallet.py

2
plugins/btchipwallet.py

@ -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

Loading…
Cancel
Save