Merge pull request #1289 from Kefkius/patch-1
Fix typo in param_descriptions
This commit is contained in:
@@ -569,7 +569,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