URI: 
       tcommands.py: fix type of "timeout" arg - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 6b1810f8dc0d2d32df0a0c4d77759a7b14500295
   DIR parent 159fe04dafc1e97bc1d983bdfc683f756d8c468e
  HTML Author: SomberNight <somber.night@protonmail.com>
       Date:   Thu, 15 Aug 2019 19:31:31 +0200
       
       commands.py: fix type of "timeout" arg
       
       was str by default
       
       Diffstat:
         M electrum/commands.py                |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/electrum/commands.py b/electrum/commands.py
       t@@ -948,6 +948,7 @@ arg_types = {
            'fee_method': str,
            'fee_level': json_loads,
            'encrypt_file': eval_bool,
       +    'timeout': float,
        }
        
        config_variables = {