-WIP-electrum-btcp/gui
Neil Booth 320f9a3790 get_spendable_coins and frozen addrs
Two callers of get_spendable_coins were removing frozen addrs
before calling.  Put that functionality in the function.
We shouldn't be able to send_from a frozen address.  This was
possible in the current release because logic assumed a two-element
tuple was returned when it is now three-element.  Fix that too.

Command line options listunspent and createrawtransaction currently
ignore frozen addresses.  I'm not sure that's right but I've preserved
that behaviour.

With this patch only the wallet class refers to self.frozen_addresses;
other clients use is_frozen() now.
2015-05-31 14:07:50 +09:00
..
qt get_spendable_coins and frozen addrs 2015-05-31 14:07:50 +09:00
__init__.py documentation on GUI 2013-09-13 09:40:34 +02:00
android.py do not pass config to storage. request height from network_proxy if connected 2015-05-08 10:58:54 +02:00
gtk.py Speed up freezing and unfreezing of many addresses 2015-05-31 11:54:21 +09:00
stdio.py do not pass config to storage. request height from network_proxy if connected 2015-05-08 10:58:54 +02:00
text.py Put getting of auto_cycle into one place. 2015-05-25 14:09:43 +09:00