Fix typo in param_descriptions
heigh --> height
This commit is contained in:
@@ -559,7 +559,7 @@ param_descriptions = {
|
|||||||
'seed': 'Seed phrase',
|
'seed': 'Seed phrase',
|
||||||
'txid': 'Transaction ID',
|
'txid': 'Transaction ID',
|
||||||
'pos': 'Position',
|
'pos': 'Position',
|
||||||
'heigh': 'Block height',
|
'height': 'Block height',
|
||||||
'tx': 'Serialized transaction (hexadecimal)',
|
'tx': 'Serialized transaction (hexadecimal)',
|
||||||
'key': 'Variable name',
|
'key': 'Variable name',
|
||||||
'pubkey': 'Public key',
|
'pubkey': 'Public key',
|
||||||
|
|||||||
Reference in New Issue
Block a user