Merge pull request #1289 from Kefkius/patch-1

Fix typo in param_descriptions
This commit is contained in:
ThomasV 2015-06-11 13:47:06 +02:00
commit db6c69f0da
1 changed files with 1 additions and 1 deletions

View File

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