mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 09:21:39 +00:00
Fix typo in param_descriptions
heigh --> height
This commit is contained in:
parent
e5b5e8d0f4
commit
b6e4013a9d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue