From b6e4013a9de444ffb4237f46ed8fad55ffa0ec26 Mon Sep 17 00:00:00 2001 From: Kefkius Date: Thu, 11 Jun 2015 04:55:08 -0400 Subject: [PATCH] Fix typo in param_descriptions heigh --> height --- lib/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/commands.py b/lib/commands.py index fe0244a5..30459f8c 100644 --- a/lib/commands.py +++ b/lib/commands.py @@ -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',