electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit db6c69f0daecaa5f64e4bd92f80e50760caa98ed
parent a103f5968618f4a3d2b1885cf866f259c8657e4a
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:
Mlib/commands.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/commands.py b/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',