From 6b1810f8dc0d2d32df0a0c4d77759a7b14500295 Mon Sep 17 00:00:00 2001 From: SomberNight Date: Thu, 15 Aug 2019 19:31:31 +0200 Subject: [PATCH] commands.py: fix type of "timeout" arg was str by default --- electrum/commands.py | 1 + 1 file changed, 1 insertion(+) diff --git a/electrum/commands.py b/electrum/commands.py index 4b4b67abd..f0005c781 100644 --- a/electrum/commands.py +++ b/electrum/commands.py @@ -948,6 +948,7 @@ arg_types = { 'fee_method': str, 'fee_level': json_loads, 'encrypt_file': eval_bool, + 'timeout': float, } config_variables = {