Browse Source

commands.py: fix type of "timeout" arg

was str by default
dependabot/pip/contrib/deterministic-build/ecdsa-0.13.3
SomberNight 6 years ago
committed by ThomasV
parent
commit
6b1810f8dc
  1. 1
      electrum/commands.py

1
electrum/commands.py

@ -948,6 +948,7 @@ arg_types = {
'fee_method': str,
'fee_level': json_loads,
'encrypt_file': eval_bool,
'timeout': float,
}
config_variables = {

Loading…
Cancel
Save