Browse Source

Fix typo in param_descriptions

heigh --> height
283
Kefkius 10 years ago
parent
commit
b6e4013a9d
  1. 2
      lib/commands.py

2
lib/commands.py

@ -559,7 +559,7 @@ param_descriptions = {
'seed': 'Seed phrase',
'txid': 'Transaction ID',
'pos': 'Position',
'heigh': 'Block height',
'height': 'Block height',
'tx': 'Serialized transaction (hexadecimal)',
'key': 'Variable name',
'pubkey': 'Public key',

Loading…
Cancel
Save