Fix typo in param_descriptions

heigh --> height
This commit is contained in:
Kefkius 2015-06-11 04:55:08 -04:00
parent e5b5e8d0f4
commit b6e4013a9d
1 changed files with 1 additions and 1 deletions

View File

@ -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',