tMerge pull request #1289 from Kefkius/patch-1 - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit db6c69f0daecaa5f64e4bd92f80e50760caa98ed
DIR parent a103f5968618f4a3d2b1885cf866f259c8657e4a
HTML Author: ThomasV <electrumdev@gmail.com>
Date: Thu, 11 Jun 2015 13:47:06 +0200
Merge pull request #1289 from Kefkius/patch-1
Fix typo in param_descriptions
Diffstat:
M lib/commands.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/lib/commands.py b/lib/commands.py
t@@ -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',