URI: 
       twallet.can_sign - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit ea29d9009d897496d65f1155687f120ec16bda71
   DIR parent fb878e1045a0a8f33213851c1778f5faa9ceff8b
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Mon, 28 Jul 2014 08:27:21 +0200
       
       wallet.can_sign
       
       Diffstat:
         M lib/wallet.py                       |       2 ++
       
       1 file changed, 2 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/lib/wallet.py b/lib/wallet.py
       t@@ -987,6 +987,8 @@ class Abstract_Wallet(object):
                        age = tx_age
                return age > age_limit
        
       +    def can_sign(self, tx):
       +        pass
        
        class Imported_Wallet(Abstract_Wallet):