1
0

fix sweeping for 2fa wallets

This commit is contained in:
SomberNight
2017-12-11 17:37:10 +01:00
parent 4e4a7746fc
commit ec99304ae1
3 changed files with 14 additions and 8 deletions

View File

@@ -860,7 +860,8 @@ class Abstract_Wallet(PrintError):
def dust_threshold(self):
return dust_threshold(self.network)
def make_unsigned_transaction(self, inputs, outputs, config, fixed_fee=None, change_addr=None):
def make_unsigned_transaction(self, inputs, outputs, config, fixed_fee=None,
change_addr=None, is_sweep=False):
# check outputs
i_max = None
for i, o in enumerate(outputs):