1
0
Files
electrum/lib
shsmith df733e8e4c fix AttributeError: 'Standard_Wallet' object has no attribute 'account'
If you use wallet.change_gap_limit with a value below the current gap
limit, you get this exception:

`>> wallet.change_gap_limit(1)
Traceback (most recent call last):
File "lib\wallet.py", line 1455, in change_gap_limit
elif value >= self.min_acceptable_gap():
File "lib\wallet.py", line 1479, in min_acceptable_gap
addresses = self.account.get_receiving_addresses()
AttributeError: 'Standard_Wallet' object has no attribute 'account'
>> `
2017-02-11 12:29:28 -08:00
..
2017-02-01 10:07:01 +01:00
2015-08-20 23:18:47 +09:00
2017-02-10 17:22:52 +01:00
2016-04-08 10:43:55 +02:00
2016-05-28 16:56:18 +02:00
2017-01-24 11:32:54 +01:00
2016-02-24 10:20:30 +01:00
2016-02-24 10:20:30 +01:00
2016-02-24 10:20:30 +01:00
2017-01-16 10:18:00 +01:00
2016-03-10 15:06:03 +01:00
2016-12-19 12:50:50 +01:00
2016-02-24 10:20:30 +01:00
2016-02-24 10:20:30 +01:00
2017-01-31 14:21:11 +01:00
2017-02-01 10:07:01 +01:00
2017-01-04 22:37:59 +01:00
2017-01-26 14:57:14 +01:00
2016-05-19 11:07:21 +02:00