Browse Source

Merge pull request #1289 from Kefkius/patch-1

Fix typo in param_descriptions
283
ThomasV 10 years ago
parent
commit
db6c69f0da
  1. 2
      lib/commands.py

2
lib/commands.py

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

Loading…
Cancel
Save