Do not crash if no change is sent
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user