electrum-bitcoinprivate/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
..
tests fix tests 2017-02-01 10:07:01 +01:00
wordlist Add Chinese Simplified wordlist 2015-08-20 23:18:47 +09:00
www Fixing a stupid typo, sorry about that 2016-10-02 03:55:19 +00:00
__init__.py don't expose default servers and ports in __init__ 2017-01-07 17:25:09 +01:00
base_wizard.py replace segwit wallet class with custom xpub type 2017-01-26 13:53:31 +01:00
bitcoin.py replace slowaes with pyaes 2017-02-10 17:22:52 +01:00
blockchain.py network: do not wait for headers file on startup 2017-01-07 23:44:06 +01:00
coinchooser.py follow-up 0ae04a6419 2016-04-08 10:43:55 +02:00
commands.py Initial segwit support (testnet only) 2017-01-25 21:42:15 +01:00
contacts.py use address as key in contacts 2016-05-28 16:56:18 +02:00
currencies.json add currencies list to repo 2017-01-24 11:32:54 +01:00
daemon.py allow client daemon to be launched in the foreground (fix #1873) 2017-01-07 10:10:51 +01:00
dnssec.py Relicensing 2016-02-24 10:20:30 +01:00
exchange_rate.py fix exchange_rate class naming issue 2017-02-09 17:27:11 +01:00
i18n.py Relicensing 2016-02-24 10:20:30 +01:00
interface.py interface: close wire is response is not dict 2017-02-01 13:59:07 +01:00
keystore.py move is_segwit for hardware wallets 2017-01-31 15:31:22 +01:00
mnemonic.py Initial segwit support (testnet only) 2017-01-25 21:42:15 +01:00
msqr.py removed trailing whitespace and fixed indentation in history widget 2014-10-21 19:05:51 +02:00
network.py Initial segwit support (testnet only) 2017-01-25 21:42:15 +01:00
old_mnemonic.py Relicensing 2016-02-24 10:20:30 +01:00
paymentrequest.proto adding initial bip70 script (wozz) 2014-05-05 17:31:39 +02:00
paymentrequest.py fix #2118 2017-01-16 10:18:00 +01:00
paymentrequest_pb2.py removed trailing whitespace and fixed indentation in history widget 2014-10-21 19:05:51 +02:00
pem.py fix issue #1713 2016-03-10 15:06:03 +01:00
plot.py update figure labels 2016-12-19 12:50:50 +01:00
plugins.py Merge exchange_rate plugin with main code 2017-01-03 17:04:04 +01:00
qrscanner.py Relicensing 2016-02-24 10:20:30 +01:00
rsakey.py Relicensing 2016-02-24 10:20:30 +01:00
simple_config.py Add fee slider class with network callback. 2017-01-09 12:36:15 +01:00
socks.py re-add older version of socks.py to repo, because SocksiPy-branch does not work with current code 2015-02-28 19:22:43 +01:00
storage.py add Digital Bitbox hardware wallet 2017-01-31 14:21:11 +01:00
synchronizer.py Initial segwit support (testnet only) 2017-01-25 21:42:15 +01:00
transaction.py fix tests 2017-02-01 10:07:01 +01:00
util.py fix android detection 2017-01-04 22:37:59 +01:00
verifier.py detect non-final transactions, and transactions with unconfirmed inputs 2016-05-29 19:53:04 +02:00
version.py prepare version 2.8 2017-01-26 14:57:14 +01:00
wallet.py fix AttributeError: 'Standard_Wallet' object has no attribute 'account' 2017-02-11 12:29:28 -08:00
websockets.py Spread payment requests to subdirs 2016-10-01 05:40:40 +00:00
x509.py show certificate name in error popup 2016-05-19 11:07:21 +02:00