1
0

transaction.py: more flexible sign() method

handles both x_pubkeys and pubkeys in keypairs
This commit is contained in:
SomberNight
2018-06-14 15:11:20 +02:00
parent 5d7157451f
commit 05e5ef16eb
2 changed files with 22 additions and 20 deletions

View File

@@ -1220,9 +1220,8 @@ class Abstract_Wallet(PrintError):
if fixed_fee is None and config.fee_per_kb() is None:
raise NoDynamicFeeEstimates()
if not is_sweep:
for item in inputs:
self.add_input_info(item)
for item in inputs:
self.add_input_info(item)
# change address
if change_addr: