URI: 
       tmake the history command an online command; option -o can be used to have it offline - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 9215ed7867286b0e69ecdfe0cc763cae9fd3c152
   DIR parent 5507706db5192e7bcee2b8f5b235354531081533
  HTML Author: thomasv <thomasv@gitorious>
       Date:   Mon, 14 May 2012 14:54:36 +0200
       
       make the history command an online command; option -o can be used to have it offline
       
       Diffstat:
         M electrum                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/electrum b/electrum
       t@@ -38,7 +38,7 @@ from decimal import Decimal
        from electrum import Wallet, SecretToASecret, WalletSynchronizer, format_satoshis
        
        known_commands = ['help', 'validateaddress', 'balance', 'contacts', 'create', 'restore', 'payto', 'sendtx', 'password', 'addresses', 'history', 'label', 'mktx','seed','import','signmessage','verifymessage','eval','deseed','reseed']
       -offline_commands = ['password', 'mktx', 'history', 'label', 'contacts', 'help', 'validateaddress', 'signmessage', 'verifymessage', 'eval', 'create', 'addresses', 'import', 'seed','deseed','reseed']
       +offline_commands = ['password', 'mktx', 'label', 'contacts', 'help', 'validateaddress', 'signmessage', 'verifymessage', 'eval', 'create', 'addresses', 'import', 'seed','deseed','reseed']
        protected_commands = ['payto', 'password', 'mktx', 'seed', 'import','signmessage' ]
        
        if __name__ == '__main__':