commit 6b1810f8dc0d2d32df0a0c4d77759a7b14500295
parent 159fe04dafc1e97bc1d983bdfc683f756d8c468e
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:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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 = {